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 812e686f69..4709a5100d 100644 --- a/gui/src/renderer/components/NotificationArea.tsx +++ b/gui/src/renderer/components/NotificationArea.tsx @@ -154,7 +154,7 @@ export default class NotificationArea extends Component<IProps, State> { return { visible: true, type: 'blocking', - reason: '', + reason: messages.pgettext('in-app-notifications', '“Always require VPN” is enabled.'), }; } // fallthrough |
