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/src/renderer/components | |
| parent | 8ca5b3f17677d7361ef4d35e5c6e5f39948aaf65 (diff) | |
| download | mullvadvpn-f272ffc8a5e4e3f78b61860dcfed5aa07b843719.tar.xz mullvadvpn-f272ffc8a5e4e3f78b61860dcfed5aa07b843719.zip | |
Remove duplication in help text
Diffstat (limited to 'gui/src/renderer/components')
| -rw-r--r-- | gui/src/renderer/components/AdvancedSettings.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
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> ) : ( |
