diff options
author | cyBerta <cyberta@riseup.net> | 2021-11-07 19:54:46 +0100 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2021-11-07 19:54:46 +0100 |
commit | 6ef5241baf6a1fa2bc4e6f3ecd805edf4827e712 (patch) | |
tree | 12d584701d4e0b86e2c37ec3ef2aa8bb963ec961 /app/src/main/res/values | |
parent | 840b2ca0dea22bba983698d832d3f4d1e7efacf8 (diff) |
tweak loading screen - hide connection details behind a clickable lable
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index dbe386b3..c700231d 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -178,6 +178,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> </resources> |