diff options
| -rw-r--r-- | gui/locales/messages.pot | 8 | ||||
| -rw-r--r-- | gui/src/shared/notifications/error.ts | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/gui/locales/messages.pot b/gui/locales/messages.pot index 989233ccd6..c23fe2e6b6 100644 --- a/gui/locales/messages.pot +++ b/gui/locales/messages.pot @@ -699,6 +699,10 @@ msgid "Disconnected and unsecure" msgstr "" msgctxt "notifications" +msgid "No servers in your selected location match your settings." +msgstr "" + +msgctxt "notifications" msgid "Reconnecting" msgstr "" @@ -767,10 +771,6 @@ msgctxt "notifications" msgid "Your privacy might be at risk with this unsupported app version. Please update now." msgstr "" -msgctxt "notifications" -msgid "Your selected server and tunnel protocol don't match. Please adjust your settings." -msgstr "" - #. Title label in navigation bar msgctxt "openvpn-settings-nav" msgid "OpenVPN settings" 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( |
