From 370f58b7d677ee85249122b60362f4c323a30e95 Mon Sep 17 00:00:00 2001 From: Achilles308 <85138080+Achilles308@users.noreply.github.com> Date: Mon, 15 Aug 2022 16:49:43 -0400 Subject: [PATCH] UI: fix inconsistent capitalization in toggle title (#25441) --- selfdrive/ui/qt/offroad/settings.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/ui/qt/offroad/settings.cc b/selfdrive/ui/qt/offroad/settings.cc index e6e21bd8d3..5e0e87e64d 100644 --- a/selfdrive/ui/qt/offroad/settings.cc +++ b/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", },