Update PageSettingsConnection.qml

killswitch with capital
This commit is contained in:
shiroow 2025-03-04 20:43:38 +03:00 committed by GitHub
parent d3339a7f3a
commit 0df875421f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -140,7 +140,7 @@ PageType {
}
onClicked: {
if (!checkable) {
PageController.showNotificationMessage(qsTr("Cannot change killSwitch settings during active connection"))
PageController.showNotificationMessage(qsTr("Cannot change KillSwitch settings during active connection"))
}
}
}