summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--gui/packages/desktop/src/main/notification-controller.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/packages/desktop/src/main/notification-controller.js b/gui/packages/desktop/src/main/notification-controller.js
index 0a8e996640..4992e6294e 100644
--- a/gui/packages/desktop/src/main/notification-controller.js
+++ b/gui/packages/desktop/src/main/notification-controller.js
@@ -28,7 +28,7 @@ export default class NotificationController {
case 'blocked':
switch (tunnelState.details.reason) {
case 'set_security_policy_error':
- this._showTunnelStateNotification('Unsecured');
+ this._showTunnelStateNotification('Critical failure - Unsecured');
break;
default:
this._showTunnelStateNotification('Blocked all connections');