diff options
Diffstat (limited to 'gui/src')
| -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( |
