UI: fix inconsistent capitalization in toggle title (#25441)

This commit is contained in:
Achilles308
2022-08-15 16:49:43 -04:00
committed by GitHub
parent 42e4efe706
commit 370f58b7d6
+1 -1
View File
@@ -62,7 +62,7 @@ TogglesPanel::TogglesPanel(SettingsWindow *parent) : ListWidget(parent) {
#ifdef ENABLE_MAPS
{
"NavSettingTime24h",
tr("Show ETA in 24h format"),
tr("Show ETA in 24h Format"),
tr("Use 24h format instead of am/pm"),
"../assets/offroad/icon_metric.png",
},