diff options
| author | Jonatan Rhodin <jonatan.rhodin@mullvad.net> | 2024-08-09 10:36:28 +0200 |
|---|---|---|
| committer | Bug Magnet <marco.nikic@mullvad.net> | 2024-08-12 12:05:10 +0200 |
| commit | dbe9218b608ea5f6b2172c8f94c5e6048da04f17 (patch) | |
| tree | 4a3228f2ceb684b27f0deb98e1f5f4f6e94f1d29 /android/lib/resource/src | |
| parent | 749c479d9ed8a266cbe893f963bfe9825e6bab5b (diff) | |
| download | mullvadvpn-dbe9218b608ea5f6b2172c8f94c5e6048da04f17.tar.xz mullvadvpn-dbe9218b608ea5f6b2172c8f94c5e6048da04f17.zip | |
Show the name of the custom list in remove location bottom sheet
Diffstat (limited to 'android/lib/resource/src')
| -rw-r--r-- | android/lib/resource/src/main/res/values/strings.xml | 2 |
1 files changed, 1 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 531a9b046b..c5b884b745 100644 --- a/android/lib/resource/src/main/res/values/strings.xml +++ b/android/lib/resource/src/main/res/values/strings.xml @@ -310,7 +310,7 @@ <string name="discard_changes">Discard changes?</string> <string name="discard">Discard</string> <string name="add_location_to_list">Add %s to list</string> - <string name="remove_location_from_list">Remove %s from list</string> + <string name="remove_location_from_list">Remove %s from %s</string> <string name="location_was_added_to_list">%s was added to \"%s\"</string> <string name="location_added">%s (added)</string> <string name="edit_name">Edit name</string> |
