Compare commits

...

1 Commits

Author SHA1 Message Date
shiroow 0df875421f Update PageSettingsConnection.qml
killswitch with capital
2025-03-04 20:43:38 +03:00
@@ -140,7 +140,7 @@ PageType {
} }
onClicked: { onClicked: {
if (!checkable) { if (!checkable) {
PageController.showNotificationMessage(qsTr("Cannot change killSwitch settings during active connection")) PageController.showNotificationMessage(qsTr("Cannot change KillSwitch settings during active connection"))
} }
} }
} }