summaryrefslogtreecommitdiffhomepage
path: root/android/lib/resource/src/main
diff options
context:
space:
mode:
authorJonatan Rhodin <jonatan.rhodin@mullvad.net>2025-05-06 14:12:10 +0200
committerJonatan Rhodin <jonatan.rhodin@mullvad.net>2025-05-06 14:12:10 +0200
commitfdf3b1a8bf8c5c095c3da257fb6094e58004b8cd (patch)
tree0f3a5bdd8697f91c92672bbc79f526d2c33fd9bd /android/lib/resource/src/main
parentc228ff918ac023c1c76bb4cf4f3d595a181cea63 (diff)
parentca2010cec00fb53a444776094047d45dbfc01b22 (diff)
downloadmullvadvpn-fdf3b1a8bf8c5c095c3da257fb6094e58004b8cd.tar.xz
mullvadvpn-fdf3b1a8bf8c5c095c3da257fb6094e58004b8cd.zip
Merge branch 'fix-tv-crash-on-go-to-vpn-settings-droid-1981'
Diffstat (limited to 'android/lib/resource/src/main')
-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 401e57e566..d9fe661a21 100644
--- a/android/lib/resource/src/main/res/values/strings.xml
+++ b/android/lib/resource/src/main/res/values/strings.xml
@@ -416,4 +416,6 @@
<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>
<string name="daita_multihop">%s: Multihop</string>
+ <string name="vpn_permission_denied_error_no_vpn_settings">VPN permission was denied</string>
+ <string name="vpn_settings_not_available">VPN Settings not available on device</string>
</resources>