summaryrefslogtreecommitdiffhomepage
path: root/gui
diff options
context:
space:
mode:
authorEmīls Piņķis <emils@mullvad.net>2019-08-07 18:14:32 +0100
committerEmīls Piņķis <emils@mullvad.net>2019-08-07 18:14:32 +0100
commita6adf2d5e009ee59ec3196597ed1767e33301ed3 (patch)
tree55053b4cb9c8117aeba17fd7bc1ce1447d38810a /gui
parentfffab05b9fd2e9c7e1aed031a875f2d85b95ac1e (diff)
parentaadc80feb60ee6b3d9d20aab74c389641f07a0c9 (diff)
downloadmullvadvpn-a6adf2d5e009ee59ec3196597ed1767e33301ed3.tar.xz
mullvadvpn-a6adf2d5e009ee59ec3196597ed1767e33301ed3.zip
Merge branch 'gui-improve-error-message'
Diffstat (limited to 'gui')
-rw-r--r--gui/src/renderer/components/NotificationArea.tsx2
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(