mirror of
https://github.com/AppFlowy-IO/AppFlowy
synced 2026-05-24 01:28:24 +00:00
Merge pull request #658 from nirgivon/fix-typo-month-month-day
fix: Typo: Month/Month/Day -> Year/Month/Day
This commit is contained in:
commit
198232dd7a
1 changed files with 3 additions and 3 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue