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

pull/25442/head
Achilles308 3 years ago committed by GitHub
parent 42e4efe706
commit 370f58b7d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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