mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-23 02:00:20 +07:00
Changed notification text for "Forget this server" action
This commit is contained in:
@@ -127,7 +127,7 @@ PageBase {
|
|||||||
|
|
||||||
PopupWithQuestion {
|
PopupWithQuestion {
|
||||||
id: popupForgetServer
|
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() {
|
yesFunc: function() {
|
||||||
ServerSettingsLogic.onPushButtonForgetServer()
|
ServerSettingsLogic.onPushButtonForgetServer()
|
||||||
close()
|
close()
|
||||||
|
|||||||
Reference in New Issue
Block a user