summaryrefslogtreecommitdiffhomepage
path: root/app/components
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2018-07-17 15:53:38 +0200
committerLinus Färnstrand <linus@mullvad.net>2018-07-17 15:53:38 +0200
commit6b35eada9b7d4227823d00555e000b4a1be5257c (patch)
tree39e55cf61dec51727018edbe23eda04f1c8db3b0 /app/components
parentc7e03bb87fd22f04d0c2d78359e6c0e8c6a9a7a7 (diff)
parent4350364203542571dff4b9b8557f078bcd8854d8 (diff)
downloadmullvadvpn-6b35eada9b7d4227823d00555e000b4a1be5257c.tar.xz
mullvadvpn-6b35eada9b7d4227823d00555e000b4a1be5257c.zip
Merge branch 'improve-auto-connect-message'
Diffstat (limited to 'app/components')
-rw-r--r--app/components/Preferences.js2
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>