mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: fix typo error
This commit is contained in:
parent
827e542c6e
commit
4701a281b3
@ -205,10 +205,10 @@
|
||||
"pannelTitle": "Select an option or create one",
|
||||
"searchOption": "Search for an option"
|
||||
},
|
||||
"menuName":"Grid"
|
||||
"menuName": "Grid"
|
||||
},
|
||||
"document":{
|
||||
"menuName":"Doc"
|
||||
"document": {
|
||||
"menuName": "Doc",
|
||||
"date": {
|
||||
"timeHintTextInTwelveHour": "12:00 AM",
|
||||
"timeHintTextInTwentyFourHour": "12:00"
|
||||
|
@ -225,9 +225,9 @@ class DateCalState with _$DateCalState {
|
||||
String _timeHintText(DateTypeOption typeOption) {
|
||||
switch (typeOption.timeFormat) {
|
||||
case TimeFormat.TwelveHour:
|
||||
return LocaleKeys.grid_date_timeHintTextInTwelveHour.tr();
|
||||
return LocaleKeys.document_date_timeHintTextInTwelveHour.tr();
|
||||
case TimeFormat.TwentyFourHour:
|
||||
return LocaleKeys.grid_date_timeHintTextInTwentyFourHour.tr();
|
||||
return LocaleKeys.document_date_timeHintTextInTwentyFourHour.tr();
|
||||
}
|
||||
return "";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user