ui: fix misspelled strings
Signed-off-by: Silvano Seva <silseva@fastwebnet.it>
This commit is contained in:
parent
3add35275c
commit
a30dae357d
|
|
@ -94,7 +94,7 @@ const stringsTable_t englishStrings =
|
|||
.broadcast = "ALL",
|
||||
.radioSettings = "Radio Settings",
|
||||
.frequencyOffset = "Frequency Offset",
|
||||
.macroLatching = "Macro Latching",
|
||||
.macroLatching = "Macro Latch",
|
||||
.noGps = "No GPS",
|
||||
.batteryIcon = "Battery Icon",
|
||||
};
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ static uint32_t lastValueUpdate=0;
|
|||
|
||||
const char *display_timer_values[] =
|
||||
{
|
||||
"Off",
|
||||
"OFF",
|
||||
"5 s",
|
||||
"10 s",
|
||||
"15 s",
|
||||
|
|
|
|||
Loading…
Reference in New Issue