From d391c8dbf8fff278c7c18d60778a464f67f3726c Mon Sep 17 00:00:00 2001 From: cyBerta Date: Fri, 12 Nov 2021 01:36:34 +0100 Subject: add an test for no network error handling --- app/src/test/resources/error_messages.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app/src/test/resources') 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 -- cgit v1.2.3