fix: update time range select tooltip (#10458)
This commit is contained in:
parent
0d91b3ee6e
commit
523c6b77bf
|
|
@ -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' };
|
||||
|
|
|
|||
|
|
@ -4329,8 +4329,8 @@ msgstr ""
|
|||
|
||||
#: superset-frontend/src/explore/components/controls/DateFilterControl.jsx:85
|
||||
msgid ""
|
||||
"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."
|
||||
msgstr ""
|
||||
|
||||
#: superset-frontend/src/explore/components/controls/FilterBoxItemControl.jsx:142
|
||||
|
|
|
|||
Loading…
Reference in New Issue