diff options
| author | Oskar Nyberg <oskar@mullvad.net> | 2020-05-06 10:50:03 +0200 |
|---|---|---|
| committer | Oskar Nyberg <oskar@mullvad.net> | 2020-05-06 10:50:03 +0200 |
| commit | 30e2985ad1b10481c22f84c9d110afba6fe86c84 (patch) | |
| tree | 03b51074d854df19ae7faaba0269b9bc091d25b3 /gui/src | |
| parent | eacc22bdf2799714f70f42b54f6430ed761cda70 (diff) | |
| download | mullvadvpn-30e2985ad1b10481c22f84c9d110afba6fe86c84.tar.xz mullvadvpn-30e2985ad1b10481c22f84c9d110afba6fe86c84.zip | |
Change quotes around "Always require VPN" to normal quotes
Diffstat (limited to 'gui/src')
| -rw-r--r-- | gui/src/renderer/components/ExpiredAccountErrorView.tsx | 2 | ||||
| -rw-r--r-- | gui/src/renderer/components/NotificationArea.tsx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gui/src/renderer/components/ExpiredAccountErrorView.tsx b/gui/src/renderer/components/ExpiredAccountErrorView.tsx index 6835d37782..bd60d287ee 100644 --- a/gui/src/renderer/components/ExpiredAccountErrorView.tsx +++ b/gui/src/renderer/components/ExpiredAccountErrorView.tsx @@ -210,7 +210,7 @@ export default class ExpiredAccountErrorView extends Component< <Text style={styles.fieldLabel}> {messages.pgettext( 'connect-view', - 'You need to disable “Always require VPN” in order to access the Internet to add time.', + 'You need to disable "Always require VPN" in order to access the Internet to add time.', )} </Text> <Text style={styles.fieldLabel}> 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 |
