fix: update time range select tooltip (#10458)

This commit is contained in:
Moriah Kreeger 2020-08-04 16:34:20 -07:00 committed by GitHub
parent 0d91b3ee6e
commit 523c6b77bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -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' };

View File

@ -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