From 0df875421ff3d7df6c145cd70032529f855502a5 Mon Sep 17 00:00:00 2001 From: shiroow <56990402+shiroow@users.noreply.github.com> Date: Tue, 4 Mar 2025 20:43:38 +0300 Subject: [PATCH] Update PageSettingsConnection.qml killswitch with capital --- client/ui/qml/Pages2/PageSettingsConnection.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/ui/qml/Pages2/PageSettingsConnection.qml b/client/ui/qml/Pages2/PageSettingsConnection.qml index d3743b96..69671f27 100644 --- a/client/ui/qml/Pages2/PageSettingsConnection.qml +++ b/client/ui/qml/Pages2/PageSettingsConnection.qml @@ -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")) } } }