diff options
| author | Albin <albin@mullvad.net> | 2024-06-13 13:35:27 +0200 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2024-06-13 17:01:00 +0200 |
| commit | b43b4c517ee42d438e7189bfa033af8109f19e94 (patch) | |
| tree | b8d8cd66f70453577323e1238cc617bbcdb07d34 /android/lib | |
| parent | 39bc2d98d771b5a8745f530124cf6802080abd10 (diff) | |
| download | mullvadvpn-b43b4c517ee42d438e7189bfa033af8109f19e94.tar.xz mullvadvpn-b43b4c517ee42d438e7189bfa033af8109f19e94.zip | |
Clarify lockdown limitations in guide
Diffstat (limited to 'android/lib')
| -rw-r--r-- | android/lib/resource/src/main/res/values/strings.xml | 5 | ||||
| -rw-r--r-- | android/lib/resource/src/main/res/values/strings_non_translatable.xml | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/android/lib/resource/src/main/res/values/strings.xml b/android/lib/resource/src/main/res/values/strings.xml index 67d5707631..3b60f3a4aa 100644 --- a/android/lib/resource/src/main/res/values/strings.xml +++ b/android/lib/resource/src/main/res/values/strings.xml @@ -87,10 +87,11 @@ <![CDATA[2. To enable Auto-connect, click on the toggle next to <b>Always-on VPN</b>.]]> </string> <string name="auto_connect_carousel_third_slide_top_text"> - <![CDATA[The Lockdown mode blocks all internet access if the VPN tunnel is manually disconnected. <br/><b>Warning: This setting blocks split apps and the Local Network Sharing feature</b>.]]> + <![CDATA[The Lockdown mode is called <b>Block connections without VPN</b> in the Android system settings. It helps minimize leaks, however it has some known limitations which you can read more about it]]> </string> + <string name="auto_connect_carousel_third_slide_top_text_website_link">here</string> <string name="auto_connect_carousel_third_slide_bottom_text"> - <![CDATA[3. To enable Lockdown mode, click on the toggle next to <b>Block connections without VPN</b>.]]> + <![CDATA[3. To enable Lockdown mode, click on the toggle next to <b>Block connections without VPN</b>.<br /><br /><b>Warning: This setting blocks split apps and the Local Network Sharing feature.</b>]]> </string> <string name="auto_connect_footer">Automatically connect to a server when the app launches.</string> <string name="wireguard_mtu">WireGuard MTU</string> diff --git a/android/lib/resource/src/main/res/values/strings_non_translatable.xml b/android/lib/resource/src/main/res/values/strings_non_translatable.xml index 23a4d7c23f..c364ebff42 100644 --- a/android/lib/resource/src/main/res/values/strings_non_translatable.xml +++ b/android/lib/resource/src/main/res/values/strings_non_translatable.xml @@ -6,6 +6,8 @@ <string name="download_url" translatable="false">https://mullvad.net/download/vpn/android</string> <string name="faqs_and_guides_url" translatable="false">https://mullvad.net/help/tag/mullvad-app/</string> <string name="privacy_policy_url" translatable="false">https://mullvad.net/help/privacy-policy/</string> + <!-- TODO: Replace with https://mullvad.net/l/android-lockdown --> + <string name="lockdown_url" translatable="false">https://mullvad.net/help/using-mullvad-vpn-on-android</string> <string name="split_tunneling" translatable="false">Split tunneling</string> <string name="wireguard" translatable="false">WireGuard</string> <string name="local_network_sharing_ip_ranges"> |
