diff options
| author | Oskar Nyberg <oskar@mullvad.net> | 2020-03-06 15:32:06 +0100 |
|---|---|---|
| committer | Oskar Nyberg <oskar@mullvad.net> | 2020-03-06 15:32:06 +0100 |
| commit | 9b273dc769e888c4f0c78e882e4fea9cee81828a (patch) | |
| tree | 1c115f2300c27091dff346f06fbfc5d85714ed37 /gui/src/main | |
| parent | 672d9e3d105cc0e1af91f412292683cc068db676 (diff) | |
| parent | 50f5bdddfd1935e156123306e7b0069a9fa93ee6 (diff) | |
| download | mullvadvpn-9b273dc769e888c4f0c78e882e4fea9cee81828a.tar.xz mullvadvpn-9b273dc769e888c4f0c78e882e4fea9cee81828a.zip | |
Merge branch 'correctly-show-blocked-state-fail'
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; |
