From 542039df01b57e243362d2d1bff36ca50cfc6d98 Mon Sep 17 00:00:00 2001 From: "vladimir.kuznetsov" Date: Sun, 29 Jan 2023 09:01:48 +0300 Subject: [PATCH] Changed notification text for "Forget this server" action --- client/ui/qml/Pages/PageServerSettings.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/ui/qml/Pages/PageServerSettings.qml b/client/ui/qml/Pages/PageServerSettings.qml index 1c7f2248..85bc07e3 100644 --- a/client/ui/qml/Pages/PageServerSettings.qml +++ b/client/ui/qml/Pages/PageServerSettings.qml @@ -127,7 +127,7 @@ PageBase { PopupWithQuestion { id: popupForgetServer - questionText: "Attention! Something will happen. Continue?" + questionText: "Attention! This action will not remove the container on the server, it will only remove the container information from the application. Continue?" yesFunc: function() { ServerSettingsLogic.onPushButtonForgetServer() close()