make that consistent with other labels

This commit is contained in:
Adeeb Shihadeh
2021-12-21 16:37:47 -08:00
parent 50cce27e34
commit 6aeb542750
+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"));