diff options
| author | Emīls Piņķis <emils@mullvad.net> | 2019-08-07 18:14:32 +0100 |
|---|---|---|
| committer | Emīls Piņķis <emils@mullvad.net> | 2019-08-07 18:14:32 +0100 |
| commit | a6adf2d5e009ee59ec3196597ed1767e33301ed3 (patch) | |
| tree | 55053b4cb9c8117aeba17fd7bc1ce1447d38810a /gui/src/renderer/components | |
| parent | fffab05b9fd2e9c7e1aed031a875f2d85b95ac1e (diff) | |
| parent | aadc80feb60ee6b3d9d20aab74c389641f07a0c9 (diff) | |
| download | mullvadvpn-a6adf2d5e009ee59ec3196597ed1767e33301ed3.tar.xz mullvadvpn-a6adf2d5e009ee59ec3196597ed1767e33301ed3.zip | |
Merge branch 'gui-improve-error-message'
Diffstat (limited to 'gui/src/renderer/components')
| -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( |
