summaryrefslogtreecommitdiffhomepage
path: root/android/lib/resource
diff options
context:
space:
mode:
authorJonatan Rhodin <jonatan.rhodin@mullvad.net>2025-08-04 17:04:50 +0200
committerJonatan Rhodin <jonatan.rhodin@mullvad.net>2025-08-08 13:04:00 +0200
commitb82153a408f035155c5a26fb68fcaa09e428ca2c (patch)
treeeb8e89e724ea6ca5403c1c38dce4eb846702e823 /android/lib/resource
parent6dee63b6cb3e7dbf9e0d6c77d20a3a6e0dba0de1 (diff)
downloadmullvadvpn-b82153a408f035155c5a26fb68fcaa09e428ca2c.tar.xz
mullvadvpn-b82153a408f035155c5a26fb68fcaa09e428ca2c.zip
Replace select hop code with use cases
Also split the select hop code into select hop and modify multihop Refactor relay list type
Diffstat (limited to 'android/lib/resource')
-rw-r--r--android/lib/resource/src/main/res/values/strings.xml3
1 files changed, 3 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 abff8ca10c..c58d62fc03 100644
--- a/android/lib/resource/src/main/res/values/strings.xml
+++ b/android/lib/resource/src/main/res/values/strings.xml
@@ -433,4 +433,7 @@
<string name="no_recent_selection">No recent selection history</string>
<string name="recents_disabled">Recents disabled and history cleared</string>
<string name="more_actions">More actions</string>
+ <string name="relay_item_already_selected_as_exit">%s is already selected as exit relay</string>
+ <string name="relay_item_already_selected_as_entry">%s is already selected as entry relay</string>
+ <string name="entry_and_exit_are_same">Entry relay is the same as exit relay</string>
</resources>