summaryrefslogtreecommitdiffhomepage
path: root/android/lib/resource/src
diff options
context:
space:
mode:
authorJonatan Rhodin <jonatan.rhodin@mullvad.net>2025-04-09 10:41:49 +0200
committerJonatan Rhodin <jonatan.rhodin@mullvad.net>2025-04-09 10:41:49 +0200
commit75da013ccc20e5a612a87aa826c4e057da22567a (patch)
treec7ceded57a9d31680e40e91ef15123e3b3e984ed /android/lib/resource/src
parent9a6938a4a32ecc162cc5afcf15fa636de2f9b9fe (diff)
parent1272d1bbe4c73529d3c4ca358da5b58a19ebd84d (diff)
downloadmullvadvpn-75da013ccc20e5a612a87aa826c4e057da22567a.tar.xz
mullvadvpn-75da013ccc20e5a612a87aa826c4e057da22567a.zip
Merge branch 'implement-device-ip-version-error-droid-1918'
Diffstat (limited to 'android/lib/resource/src')
-rw-r--r--android/lib/resource/src/main/res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/android/lib/resource/src/main/res/values/strings.xml b/android/lib/resource/src/main/res/values/strings.xml
index 4fc739770c..30bc03d3dc 100644
--- a/android/lib/resource/src/main/res/values/strings.xml
+++ b/android/lib/resource/src/main/res/values/strings.xml
@@ -407,4 +407,6 @@
<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>
</resources>