diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2019-07-05 15:24:47 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2019-07-05 15:31:49 +0200 |
| commit | f272ffc8a5e4e3f78b61860dcfed5aa07b843719 (patch) | |
| tree | be70a6c1c378aaa433aaaf2dd5c80497e46f340e /gui | |
| parent | 8ca5b3f17677d7361ef4d35e5c6e5f39948aaf65 (diff) | |
| download | mullvadvpn-f272ffc8a5e4e3f78b61860dcfed5aa07b843719.tar.xz mullvadvpn-f272ffc8a5e4e3f78b61860dcfed5aa07b843719.zip | |
Remove duplication in help text
Diffstat (limited to 'gui')
| -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> ) : ( |
