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()