diff options
Diffstat (limited to 'gui/src/main')
| -rw-r--r-- | gui/src/main/notification-controller.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/src/main/notification-controller.ts b/gui/src/main/notification-controller.ts index 4c542db3ea..c0371114e5 100644 --- a/gui/src/main/notification-controller.ts +++ b/gui/src/main/notification-controller.ts @@ -84,7 +84,7 @@ export default class NotificationController { ); } else { this.showTunnelStateNotification( - messages.pgettext('notifications', 'Critical failure - Unsecured'), + messages.pgettext('notifications', 'Critical error (your attention is required)'), ); } break; |
