summaryrefslogtreecommitdiffhomepage
path: root/gui/src/shared
diff options
context:
space:
mode:
Diffstat (limited to 'gui/src/shared')
-rw-r--r--gui/src/shared/notifications/error.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/src/shared/notifications/error.ts b/gui/src/shared/notifications/error.ts
index 066c9c333e..d2a43ade8d 100644
--- a/gui/src/shared/notifications/error.ts
+++ b/gui/src/shared/notifications/error.ts
@@ -154,7 +154,7 @@ function getTunnelParameterMessage(err: TunnelParameterError): string {
case 'no_matching_relay':
return messages.pgettext(
'notifications',
- "Your selected server and tunnel protocol don't match. Please adjust your settings.",
+ 'No servers in your selected location match your settings.',
);
case 'no_wireguard_key':
return messages.pgettext(