summaryrefslogtreecommitdiffhomepage
path: root/gui
diff options
context:
space:
mode:
Diffstat (limited to 'gui')
-rw-r--r--gui/packages/desktop/src/renderer/components/Preferences.js10
1 files changed, 7 insertions, 3 deletions
diff --git a/gui/packages/desktop/src/renderer/components/Preferences.js b/gui/packages/desktop/src/renderer/components/Preferences.js
index b9f923c7e1..9409432563 100644
--- a/gui/packages/desktop/src/renderer/components/Preferences.js
+++ b/gui/packages/desktop/src/renderer/components/Preferences.js
@@ -52,13 +52,17 @@ export default class Preferences extends Component<PreferencesProps, State> {
<Cell.Label>Auto-connect</Cell.Label>
<Switch isOn={this.props.autoConnect} onChange={this.props.setAutoConnect} />
</Cell.Container>
- <Cell.Footer>Automatically connect the VPN when the computer starts.</Cell.Footer>
+ <Cell.Footer>
+ Automatically connect to the VPN at the earliest moment during computer boot-up.
+ </Cell.Footer>
<Cell.Container>
- <Cell.Label>Auto-start</Cell.Label>
+ <Cell.Label>Auto-launch</Cell.Label>
<Switch isOn={this.state.autoStart} onChange={this._onChangeAutoStart} />
</Cell.Container>
- <Cell.Footer>Automatically open Mullvad VPN at login to the system.</Cell.Footer>
+ <Cell.Footer>
+ Automatically launch the app when logging in to the computer.
+ </Cell.Footer>
<Cell.Container>
<Cell.Label>Local network sharing</Cell.Label>