Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
shiroow
0df875421f
Update PageSettingsConnection.qml
killswitch with capital
2025-03-04 20:43:38 +03:00

View file

@ -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"))
} }
} }
} }