diff options
Diffstat (limited to 'gui/src/renderer')
| -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 4709a5100d..d9ddcfb498 100644 --- a/gui/src/renderer/components/NotificationArea.tsx +++ b/gui/src/renderer/components/NotificationArea.tsx @@ -52,7 +52,7 @@ function getTunnelParameterMessage(err: TunnelParameterError): string { case 'no_wireguard_key': return messages.pgettext( 'in-app-notifications', - 'WireGuard key not published to our servers. You can manage your key in Advanced settings.', + 'Valid WireGuard key is missing. Manage keys under Advanced settings.', ); case 'custom_tunnel_host_resultion_error': return messages.pgettext( |
