diff --git a/src/public/app/widgets/type_widgets/options/text_notes/date_time_format.js b/src/public/app/widgets/type_widgets/options/text_notes/date_time_format.js index 96d70665e..7eb5916c3 100644 --- a/src/public/app/widgets/type_widgets/options/text_notes/date_time_format.js +++ b/src/public/app/widgets/type_widgets/options/text_notes/date_time_format.js @@ -9,11 +9,13 @@ const TPL = ` Uses Day.js format tokens. Refer to the Day.js documentation for valid tokens.
-- Important: If you provide a string that Day.js cannot interpret as a format, - the literal string you typed might be inserted. If the format string is empty, or if Day.js - encounters an internal error with your format, a default format (e.g., YYYY-MM-DD HH:mm) will be used. -
++ Important: If you provide a format string that Day.js does not recognize + (e.g., mostly plain text without valid Day.js tokens), + the text you typed might be inserted literally. If the format string is left empty, + or if Day.js encounters a critical internal error with your format, + a default format (e.g., YYYY-MM-DD HH:mm) will be used. +