fix: Typo: Month/Month/Day -> Year/Month/Day

This commit is contained in:
Nir Givon 2022-07-20 13:58:51 +03:00
parent 0f4f51cc0c
commit 1758d8b74a

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