kgabryje commented on code in PR #31019:
URL: https://github.com/apache/superset/pull/31019#discussion_r1905426868


##########
superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:
##########
@@ -81,5 +81,5 @@ export const DEFAULT_XAXIS_SORT_SERIES_DATA: SortSeriesData = 
{
 
 export const DEFAULT_DATE_PATTERN = /\d{4}-\d{2}-\d{2}/g;
 
-// When moment fails to parse a date
-export const INVALID_DATE = 'Invalid date';
+// When it fails to parse a date
+export const INVALID_DATE = 'Invalid Date';

Review Comment:
   can we change back to sentence case?



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to