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",
|
"pannelTitle": "Select an option or create one",
|
||||||
"searchOption": "Search for an option"
|
"searchOption": "Search for an option"
|
||||||
},
|
},
|
||||||
"menuName":"Grid"
|
"menuName": "Grid"
|
||||||
},
|
},
|
||||||
"document":{
|
"document": {
|
||||||
"menuName":"Doc"
|
"menuName": "Doc",
|
||||||
"date": {
|
"date": {
|
||||||
"timeHintTextInTwelveHour": "12:00 AM",
|
"timeHintTextInTwelveHour": "12:00 AM",
|
||||||
"timeHintTextInTwentyFourHour": "12:00"
|
"timeHintTextInTwentyFourHour": "12:00"
|
||||||
|
@ -225,9 +225,9 @@ class DateCalState with _$DateCalState {
|
|||||||
String _timeHintText(DateTypeOption typeOption) {
|
String _timeHintText(DateTypeOption typeOption) {
|
||||||
switch (typeOption.timeFormat) {
|
switch (typeOption.timeFormat) {
|
||||||
case TimeFormat.TwelveHour:
|
case TimeFormat.TwelveHour:
|
||||||
return LocaleKeys.grid_date_timeHintTextInTwelveHour.tr();
|
return LocaleKeys.document_date_timeHintTextInTwelveHour.tr();
|
||||||
case TimeFormat.TwentyFourHour:
|
case TimeFormat.TwentyFourHour:
|
||||||
return LocaleKeys.grid_date_timeHintTextInTwentyFourHour.tr();
|
return LocaleKeys.document_date_timeHintTextInTwentyFourHour.tr();
|
||||||
}
|
}
|
||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user