diff options
| -rw-r--r-- | gui/locales/messages.pot | 2 | ||||
| -rw-r--r-- | gui/src/renderer/components/AdvancedSettings.tsx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gui/locales/messages.pot b/gui/locales/messages.pot index 7b5e16712c..5742ea9d72 100644 --- a/gui/locales/messages.pot +++ b/gui/locales/messages.pot @@ -141,7 +141,7 @@ msgid "Unless connected to Mullvad, this setting will completely block your inte msgstr "" msgctxt "advanced-settings-view" -msgid "Warning: Your internet won't work without a VPN connection, even when you've quit the app. Unless connected to Mullvad, this setting will completely block your internet, even when you have quit the app." +msgid "Warning: Your internet won't work without a VPN connection, even when you've quit the app." msgstr "" msgctxt "auth-failure" diff --git a/gui/src/renderer/components/AdvancedSettings.tsx b/gui/src/renderer/components/AdvancedSettings.tsx index 246ac658bd..f5394a2520 100644 --- a/gui/src/renderer/components/AdvancedSettings.tsx +++ b/gui/src/renderer/components/AdvancedSettings.tsx @@ -177,7 +177,7 @@ export default class AdvancedSettings extends Component<IProps, IState> { <Cell.Footer> {messages.pgettext( 'advanced-settings-view', - "Warning: Your internet won't work without a VPN connection, even when you've quit the app. Unless connected to Mullvad, this setting will completely block your internet, even when you have quit the app.", + "Warning: Your internet won't work without a VPN connection, even when you've quit the app.", )} </Cell.Footer> ) : ( |
