diff options
author | cyBerta <cyberta@riseup.net> | 2021-12-18 01:40:16 +0100 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2021-12-21 00:13:33 +0100 |
commit | 7adf788272e8d24951d0005acaf74d598ba7ed22 (patch) | |
tree | 2a1a59eb054a62d54a3ab345637d5289d9015437 /app/src/test/resources | |
parent | f6cc3e6ad236c3923b398b2ceae9bf2b472dc43a (diff) |
improve error handling message for custom branded clients in case of misconfigured backend
Diffstat (limited to 'app/src/test/resources')
-rw-r--r-- | app/src/test/resources/error_messages.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/test/resources/error_messages.json b/app/src/test/resources/error_messages.json index ae04bdb0..f5e2d83c 100644 --- a/app/src/test/resources/error_messages.json +++ b/app/src/test/resources/error_messages.json @@ -14,6 +14,7 @@ "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.", + "setup_error_text_custom": "There was an error configuring %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 |