From 2296b5727e585f241f22e7a9871fb67815a5bf29 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Tue, 21 Dec 2021 16:37:47 -0800 Subject: [PATCH] make that consistent with other labels old-commit-hash: 6aeb54275083cb4b13d3d6f77583797deb0d2678 --- selfdrive/ui/qt/offroad/networking.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/ui/qt/offroad/networking.cc b/selfdrive/ui/qt/offroad/networking.cc index dd519dd661..2d5651dcce 100644 --- a/selfdrive/ui/qt/offroad/networking.cc +++ b/selfdrive/ui/qt/offroad/networking.cc @@ -158,7 +158,7 @@ AdvancedNetworking::AdvancedNetworking(QWidget* parent, WifiManager* wifi): QWid list->addItem(roamingToggle); // APN settings - ButtonControl *editApnButton = new ButtonControl("APN settings", "EDIT"); + ButtonControl *editApnButton = new ButtonControl("APN Setting", "EDIT"); connect(editApnButton, &ButtonControl::clicked, [=]() { const bool roamingEnabled = params.getBool("GsmRoaming"); const QString cur_apn = QString::fromStdString(params.get("GsmApn"));