You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2020/07/30 07:33:11 UTC

[GitHub] [incubator-superset] etr2460 commented on a change in pull request #10458: fix: update time range select tooltip

etr2460 commented on a change in pull request #10458:
URL: https://github.com/apache/incubator-superset/pull/10458#discussion_r462673592



##########
File path: superset-frontend/src/explore/components/controls/DateFilterControl.jsx
##########
@@ -82,8 +82,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 ' +

Review comment:
       oh, one thing I missed if we do stick with the current approach. Can you add the Oxford Comma before `or` here? Thanks!




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org