summaryrefslogtreecommitdiffhomepage
path: root/android/lib/resource/src/main
diff options
context:
space:
mode:
authorJonatan Rhodin <jonatan.rhodin@mullvad.net>2025-10-16 15:07:57 +0200
committerJonatan Rhodin <jonatan.rhodin@mullvad.net>2025-10-22 13:06:17 +0200
commit01e2ade8ba9c8ea4363eeca65a0d8ed989de4d2f (patch)
treefb55d756049f478fa4be40de48b239f2059393c9 /android/lib/resource/src/main
parent4d3129808552e247a591e074a944d95ea9916a27 (diff)
downloadmullvadvpn-01e2ade8ba9c8ea4363eeca65a0d8ed989de4d2f.tar.xz
mullvadvpn-01e2ade8ba9c8ea4363eeca65a0d8ed989de4d2f.zip
Add entry and exit no relay errors
The old no relay error is still kept for single hop
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 b03c4d7d36..1aac455e0c 100644
--- a/android/lib/resource/src/main/res/values/strings.xml
+++ b/android/lib/resource/src/main/res/values/strings.xml
@@ -462,4 +462,6 @@
<string name="send_email">Send email</string>
<string name="no_email_app_available">No email app available on the device</string>
<string name="include_account_token_checkbox_text">This is a question about account or payments (include account information)</string>
+ <string name="no_matching_relay_entry">No entry server match your settings, try changing server or other settings.</string>
+ <string name="no_matching_relay_exit">No exit server match your settings, try changing server or other settings.</string>
</resources>