summaryrefslogtreecommitdiff
path: root/app/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2021-11-10 02:25:47 +0100
committercyBerta <cyberta@riseup.net>2021-11-10 02:25:47 +0100
commit1657571812f6585bd2883c97d114f8d9861505c0 (patch)
tree16e6c5119d7bb99d41e7685085fce31b83f5e75a /app/src/main/res/values/strings.xml
parent599e93addd79f51959009df558accfa66b6bc15d (diff)
add a more specific error if provider api communication is attempted without any working internet connection
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r--app/src/main/res/values/strings.xml1
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 c700231d..298f4038 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -179,6 +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>
</resources>