Changed notification text for "Forget this server" action

This commit is contained in:
vladimir.kuznetsov 2023-01-29 09:01:48 +03:00
parent 00c4cf300a
commit 542039df01

View file

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