mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
fix: update time range select tooltip (#10458)
This commit is contained in:
@@ -87,8 +87,8 @@ const DEFAULT_SINCE = moment()
|
||||
const DEFAULT_UNTIL = moment().utc().startOf('day').format(MOMENT_FORMAT);
|
||||
const SEPARATOR = ' : ';
|
||||
const FREEFORM_TOOLTIP = t(
|
||||
'Superset supports smart date parsing. Strings like `last sunday` or ' +
|
||||
'`last october` can be used.',
|
||||
'Superset supports smart date parsing. Strings like `3 weeks ago`, `last sunday`, or ' +
|
||||
'`2 weeks from now` can be used.',
|
||||
);
|
||||
|
||||
const DATE_FILTER_POPOVER_STYLE = { width: '250px' };
|
||||
|
||||
Reference in New Issue
Block a user