Przeglądaj źródła

Merge pull request #658 from nirgivon/fix-typo-month-month-day

fix: Typo: Month/Month/Day -> Year/Month/Day
Nathan.fooo 2 lat temu
rodzic
commit
198232dd7a
1 zmienionych plików z 3 dodań i 3 usunięć
  1. 3 3
      frontend/app_flowy/assets/translations/en.json

+ 3 - 3
frontend/app_flowy/assets/translations/en.json

@@ -172,8 +172,8 @@
       "includeTime": " Include time",
       "dateFormatFriendly": "Month Day,Year",
       "dateFormatISO": "Year-Month-Day",
-      "dateFormatLocal": "Month/Month/Day",
-      "dateFormatUS": "Month/Month/Day",
+      "dateFormatLocal": "Year/Month/Day",
+      "dateFormatUS": "Year/Month/Day",
       "timeFormat": " Time format",
       "invalidTimeFormat": "Invalid format",
       "timeFormatTwelveHour": "12 hour",
@@ -214,4 +214,4 @@
       "timeHintTextInTwentyFourHour": "12:00"
     }
   }
-}
+}