diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2018-07-17 15:26:47 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2018-07-17 15:46:40 +0200 |
| commit | 4350364203542571dff4b9b8557f078bcd8854d8 (patch) | |
| tree | 39e55cf61dec51727018edbe23eda04f1c8db3b0 | |
| parent | c7e03bb87fd22f04d0c2d78359e6c0e8c6a9a7a7 (diff) | |
| download | mullvadvpn-4350364203542571dff4b9b8557f078bcd8854d8.tar.xz mullvadvpn-4350364203542571dff4b9b8557f078bcd8854d8.zip | |
Refer to auto-connect as "computer start" rather than login
| -rw-r--r-- | app/components/Preferences.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/components/Preferences.js b/app/components/Preferences.js index 26b2e4eb16..7082d1749e 100644 --- a/app/components/Preferences.js +++ b/app/components/Preferences.js @@ -61,7 +61,7 @@ export default class Preferences extends Component<PreferencesProps, State> { </View> <View style={styles.preferences__cell_footer}> <Text style={styles.preferences__cell_footer_label}> - {'Automatically connect the VPN at login to the system.'} + {'Automatically connect the VPN when the computer starts.'} </Text> </View> |
