From db1dc78e3843b22d3637a90661c6924ecea3106f Mon Sep 17 00:00:00 2001 From: KsZnak Date: Sun, 4 Feb 2024 21:59:55 +0200 Subject: [PATCH] Update PageSettingsServerData.qml --- client/ui/qml/Pages2/PageSettingsServerData.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/ui/qml/Pages2/PageSettingsServerData.qml b/client/ui/qml/Pages2/PageSettingsServerData.qml index 083cb094..e3bb370f 100644 --- a/client/ui/qml/Pages2/PageSettingsServerData.qml +++ b/client/ui/qml/Pages2/PageSettingsServerData.qml @@ -172,7 +172,7 @@ PageType { textColor: "#EB5757" clickedFunction: function() { - questionDrawer.headerText = qsTr("Do you want to remove the server?") + questionDrawer.headerText = qsTr("Do you want to remove the server from application?") questionDrawer.descriptionText = qsTr("All installed AmneziaVPN services will still remain on the server.") questionDrawer.yesButtonText = qsTr("Continue") questionDrawer.noButtonText = qsTr("Cancel")