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/test/resources | |
parent | 1629284074ed2dc3080a676b65b189cda4a02ed7 (diff) |
add an test for no network error handling
Diffstat (limited to 'app/src/test/resources')
-rw-r--r-- | app/src/test/resources/error_messages.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/src/test/resources/error_messages.json b/app/src/test/resources/error_messages.json index c5e17683..ae04bdb0 100644 --- a/app/src/test/resources/error_messages.json +++ b/app/src/test/resources/error_messages.json @@ -14,5 +14,6 @@ "warning_corrupted_provider_cert": "Stored provider certificate is invalid. You can either update %s (recommended) or update the provider certificate using a commercial CA certificate.", "warning_expired_provider_cert": "Stored provider certificate is expired. You can either update %s (recommended) or update the provider certificate using a commercial CA certificate.", "setup_error_text": "There was an error configuring %s with your chosen provider.", - "error_tor_timeout": "Starting bridges failed. Do you want to retry or continue with an unobfuscated secure connection to configure %s?" + "error_tor_timeout": "Starting bridges failed. Do you want to retry or continue with an unobfuscated secure connection to configure %s?", + "error_network_connection": "%s has no internet connection. Please check your WiFi and cellular data settings." }
\ No newline at end of file |