make that consistent with other labels

old-commit-hash: 6aeb54275083cb4b13d3d6f77583797deb0d2678
This commit is contained in:
Adeeb Shihadeh
2021-12-21 16:37:47 -08:00
parent 54a3a91628
commit 2296b5727e
+1 -1
View File
@@ -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"));