diff options
author | fupduck <fupduck@riseup.net> | 2018-03-05 05:45:08 -0800 |
---|---|---|
committer | fupduck <fupduck@riseup.net> | 2018-03-05 05:45:08 -0800 |
commit | d2a68f7f72de06b26aa6ab0a139512455ba0fe76 (patch) | |
tree | b364d18a5934736c24a1667b4728fa1032b8d327 /app/src/main/res/values | |
parent | 69d7e4bc6d77e40407a404606b55630c35a4050b (diff) | |
parent | ac207c23d1a282b3f9cf58eee8ac24380581b77f (diff) |
Merge branch '#8808_add_hint_to_enable_always-on' into 'master'
#8808 add hint to enable always on
See merge request leap/bitmask_android!62
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/strings.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 71b6d437..a308b5e7 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -110,4 +110,7 @@ <string name="vpn_certificate_user_message">The VPN certificate is invalid. Please log in to download a new one.</string> <string name="save_battery">Save battery</string> <string name="save_battery_message">Background data connections will hibernate when your phone is inactive. This feature is still experimental.</string> + <string name="always_on_vpn">Always-on VPN</string> + <string name="do_not_show_again">Do not show again.</string> + <string name="always_on_vpn_user_message">To enable always-on VPN in Android VPN Settings click on the configure icon [img src] and turn the switch on."</string> </resources> |