diff options
| author | Oskar Nyberg <oskar@mullvad.net> | 2020-03-05 13:49:04 +0100 |
|---|---|---|
| committer | Oskar Nyberg <oskar@mullvad.net> | 2020-03-06 15:28:40 +0100 |
| commit | 50f5bdddfd1935e156123306e7b0069a9fa93ee6 (patch) | |
| tree | 1c115f2300c27091dff346f06fbfc5d85714ed37 /gui/src/main | |
| parent | 20ef3503f5fa987880be20fe79d980b6d24aac66 (diff) | |
| download | mullvadvpn-50f5bdddfd1935e156123306e7b0069a9fa93ee6.tar.xz mullvadvpn-50f5bdddfd1935e156123306e7b0069a9fa93ee6.zip | |
Change content of os notification when entering non-blocking error state
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; |
