diff options
author | cyBerta <cyberta@riseup.net> | 2021-11-28 21:34:53 +0100 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2021-11-28 21:34:53 +0100 |
commit | 247c0b5eca6ee988ead3e66f1d9ea990385d315e (patch) | |
tree | 1941a71f740beb5c20c3cf087fadb13974cd1c6e /app/src/main/res | |
parent | 3228b17f43b232116c192728438954c4c1412ec3 (diff) |
use 'recommended location' or the location name instead of 'select location' in the location button
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index c32e0d3c..9f1e73b1 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -152,7 +152,7 @@ <string name="version_update_error">Update failed.</string> <string name="version_update_error_permissions">No permissions to install app.</string> <string name="gateway_selection_title">Select location</string> - <string name="gateway_selection_recommended_location">Use recommended location</string> + <string name="gateway_selection_recommended_location">Recommended location</string> <string name="gateway_selection_recommended">Recommended</string> <string name="gateway_selection_manually">Manually select</string> <string name="gateway_selection_automatic_location">Automatically use best connection.</string> |