diff options
| author | Emīls Piņķis <emils@mullvad.net> | 2019-08-07 17:52:42 +0100 |
|---|---|---|
| committer | Emīls Piņķis <emils@mullvad.net> | 2019-08-07 17:59:22 +0100 |
| commit | aadc80feb60ee6b3d9d20aab74c389641f07a0c9 (patch) | |
| tree | 55053b4cb9c8117aeba17fd7bc1ce1447d38810a /gui/src | |
| parent | fffab05b9fd2e9c7e1aed031a875f2d85b95ac1e (diff) | |
| download | mullvadvpn-aadc80feb60ee6b3d9d20aab74c389641f07a0c9.tar.xz mullvadvpn-aadc80feb60ee6b3d9d20aab74c389641f07a0c9.zip | |
Improve no-matching-relay error message in GUI
Diffstat (limited to 'gui/src')
| -rw-r--r-- | gui/src/renderer/components/NotificationArea.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/src/renderer/components/NotificationArea.tsx b/gui/src/renderer/components/NotificationArea.tsx index e120e25895..842f750229 100644 --- a/gui/src/renderer/components/NotificationArea.tsx +++ b/gui/src/renderer/components/NotificationArea.tsx @@ -65,7 +65,7 @@ function getBlockReasonMessage(blockReason: BlockReason): string { case 'no_matching_relay': return messages.pgettext( 'in-app-notifications', - 'No relay server matches the current settings', + 'No relay server matches the current settings. You can try changing the location or the relay settings.', ); case 'is_offline': return messages.pgettext( |
