summaryrefslogtreecommitdiffhomepage
path: root/android/lib
diff options
context:
space:
mode:
authorJonatan Rhodin <jonatan.rhodin@mullvad.net>2025-04-08 15:04:55 +0200
committerJonatan Rhodin <jonatan.rhodin@mullvad.net>2025-04-09 12:01:09 +0200
commit213df3c221081edea70abf411809f7022d7836e2 (patch)
treeee7bf3a7f74e09d02305b200d9d4bea356faec07 /android/lib
parent75da013ccc20e5a612a87aa826c4e057da22567a (diff)
downloadmullvadvpn-213df3c221081edea70abf411809f7022d7836e2.tar.xz
mullvadvpn-213df3c221081edea70abf411809f7022d7836e2.zip
Replace subtext with info dialog for device ip version
Diffstat (limited to 'android/lib')
-rw-r--r--android/lib/resource/src/main/res/values/strings.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/android/lib/resource/src/main/res/values/strings.xml b/android/lib/resource/src/main/res/values/strings.xml
index 30bc03d3dc..84b58a76a3 100644
--- a/android/lib/resource/src/main/res/values/strings.xml
+++ b/android/lib/resource/src/main/res/values/strings.xml
@@ -405,8 +405,9 @@
<string name="enable_ipv6">In-tunnel IPv6</string>
<string name="uri_market_app_not_found">No Android app store installed, could not open link</string>
<string name="uri_browser_app_not_found">No browser app installed, could not open link</string>
- <string name="device_ip_version_subtitle">This allows access to WireGuard for devices that only support IPv6.</string>
<string name="ipv6_info">When this feature is enabled, IPv6 can be used alongside IPv4 in the VPN tunnel to communicate with internet services.</string>
<string name="ip_version_v4_unavailable">IPv4 is not available</string>
<string name="ip_version_v6_unavailable">IPv6 is not available</string>
+ <string name="device_ip_info_first_paragraph">This feature allows you to choose whether to use only IPv4, only IPv6, or allow the app to automatically decide the best option when connecting to a server.</string>
+ <string name="device_ip_info_second_paragraph">It can be useful when you are aware of problems caused by a certain IP version.</string>
</resources>