update: notification text

This commit is contained in:
MrMirDan
2026-02-23 10:26:00 +02:00
parent 573476499e
commit 7a59b34e8d

View File

@@ -864,7 +864,7 @@ PageType {
if ((ConnectionController.isConnectionInProgress || ConnectionController.isConnected)
&& isActiveConfigForCurrentClient) {
PageController.showNotificationMessage("Disconnect from VPN to revoke this config")
PageController.showNotificationMessage("Unable to revoke current config during active connection")
} else {
showQuestionDrawer(headerText, descriptionText, yesButtonText, noButtonText, yesButtonFunction, noButtonFunction)
}