summaryrefslogtreecommitdiffhomepage
path: root/gui/src/renderer/components/NotificationArea.tsx
diff options
context:
space:
mode:
authorOskar Nyberg <oskar@mullvad.net>2020-05-06 13:28:31 +0200
committerOskar Nyberg <oskar@mullvad.net>2020-05-06 13:28:31 +0200
commita5123a78e61cc1b60fea0a4038a5efd6f7a57d9d (patch)
tree03b51074d854df19ae7faaba0269b9bc091d25b3 /gui/src/renderer/components/NotificationArea.tsx
parenteacc22bdf2799714f70f42b54f6430ed761cda70 (diff)
parent30e2985ad1b10481c22f84c9d110afba6fe86c84 (diff)
downloadmullvadvpn-a5123a78e61cc1b60fea0a4038a5efd6f7a57d9d.tar.xz
mullvadvpn-a5123a78e61cc1b60fea0a4038a5efd6f7a57d9d.zip
Merge branch 'change-quotes-to-normal-quotes'
Diffstat (limited to 'gui/src/renderer/components/NotificationArea.tsx')
-rw-r--r--gui/src/renderer/components/NotificationArea.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/src/renderer/components/NotificationArea.tsx b/gui/src/renderer/components/NotificationArea.tsx
index d9ddcfb498..5187130a56 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: messages.pgettext('in-app-notifications', '“Always require VPN” is enabled.'),
+ reason: messages.pgettext('in-app-notifications', '"Always require VPN" is enabled.'),
};
}
// fallthrough