diff options
author | cyBerta <cyberta@riseup.net> | 2021-11-12 01:36:34 +0100 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2021-11-12 01:36:34 +0100 |
commit | d391c8dbf8fff278c7c18d60778a464f67f3726c (patch) | |
tree | 1f1126034e7059d5ce12702f8643337d3057f7aa /app/src/main/res/values | |
parent | 1629284074ed2dc3080a676b65b189cda4a02ed7 (diff) |
add an test for no network error handling
Diffstat (limited to 'app/src/main/res/values')
-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 298f4038..22696c12 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -179,7 +179,7 @@ <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="error_network_connection">It seems you have no working internet connection. You should check your WiFi or cellular data connection.</string> + <string name="error_network_connection">%s has no internet connection. Please check your WiFi and cellular data settings.</string> </resources> |