diff options
Diffstat (limited to 'gui/src')
| -rw-r--r-- | gui/src/renderer/components/AdvancedSettings.tsx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gui/src/renderer/components/AdvancedSettings.tsx b/gui/src/renderer/components/AdvancedSettings.tsx index 0c60a996e0..246ac658bd 100644 --- a/gui/src/renderer/components/AdvancedSettings.tsx +++ b/gui/src/renderer/components/AdvancedSettings.tsx @@ -170,15 +170,15 @@ export default class AdvancedSettings extends Component<IProps, IState> { <Cell.Footer> {messages.pgettext( 'advanced-settings-view', - "Unless connected to Mullvad, this setting will completely block your internet, even when you have quit the app.", + "Unless connected to Mullvad, this setting will completely block your internet, even when you've disconnected or quit the app.", )} </Cell.Footer> {this.props.blockWhenDisconnected ? ( <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.", - )} + {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.", + )} </Cell.Footer> ) : ( undefined |
