Skip to content

Commit db6c477

Browse files
authored
use km/h in settings.cc (commaai#23290)
1 parent 6aeb542 commit db6c477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

selfdrive/ui/qt/offroad/settings.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ TogglesPanel::TogglesPanel(SettingsWindow *parent) : ListWidget(parent) {
3838
{
3939
"IsLdwEnabled",
4040
"Enable Lane Departure Warnings",
41-
"Receive alerts to steer back into the lane when your vehicle drifts over a detected lane line without a turn signal activated while driving over 31mph (50kph).",
41+
"Receive alerts to steer back into the lane when your vehicle drifts over a detected lane line without a turn signal activated while driving over 31 mph (50 km/h).",
4242
"../assets/offroad/icon_warning.png",
4343
},
4444
{

0 commit comments

Comments
 (0)