From 940cf9a1b8ba241d86ff2f904bae4e2960f3665d 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) old-commit-hash: 370f58b7d677ee85249122b60362f4c323a30e95 --- 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", },