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