diff options
author | cyBerta <cyberta@riseup.net> | 2021-11-25 15:38:33 +0100 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2021-11-25 15:39:38 +0100 |
commit | 53f418cef621eb680bbfd7502004a0125eb3e09e (patch) | |
tree | b3e35a15c2d8c07ceadf809fe9521ed1b3e4bd7c /app/src/main/res/values/strings.xml | |
parent | 37abb77b42eb63892b042e5fd158fd80e0a0ccf0 (diff) |
adapt wording for hiding connection details, fixes #9051
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-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 9ef0b9a5..df37b5ba 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -182,7 +182,7 @@ <string name="channel_description_tor_service">Informs about usage of bridges while configuring %s.</string> <string name="error_tor_timeout">Starting bridges failed. Do you want to retry or continue with an unobfuscated secure connection to configure %s?</string> <string name="retry_unobfuscated">Retry unobfuscated</string> - <string name="hide_connection_details">Hide connection details</string> + <string name="hide">Hide</string> <string name="error_network_connection">%s has no internet connection. Please check your WiFi and cellular data settings.</string> <string name="censorship_circumvention">Censorship circumvention</string> <string name="use_snowflake">Use Snowflake</string> |