From 1758d8b74adc9152b61414fe9f25f75db9d92917 Mon Sep 17 00:00:00 2001 From: Nir Givon Date: Wed, 20 Jul 2022 13:58:51 +0300 Subject: [PATCH] fix: Typo: Month/Month/Day -> Year/Month/Day --- frontend/app_flowy/assets/translations/en.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/app_flowy/assets/translations/en.json b/frontend/app_flowy/assets/translations/en.json index a6f9b4d3ae..8b9971e99a 100644 --- a/frontend/app_flowy/assets/translations/en.json +++ b/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" } } -} +} \ No newline at end of file