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

old-commit-hash: 370f58b7d6
taco
Achilles308 3 years ago committed by GitHub
parent 14a6aa77d6
commit 940cf9a1b8
  1. 2
      selfdrive/ui/qt/offroad/settings.cc

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

Loading…
Cancel
Save