Changed notification text for "Forget this server" action
This commit is contained in:
parent
00c4cf300a
commit
542039df01
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue