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

fix: Typo: Month/Month/Day -> Year/Month/Day
This commit is contained in:
Nathan.fooo 2022-07-21 10:04:16 +08:00 committed by GitHub
commit 198232dd7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
}
}
}