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/main/res | |
parent | f6cc3e6ad236c3923b398b2ceae9bf2b472dc43a (diff) |
improve error handling message for custom branded clients in case of misconfigured backend
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/values/strings.xml | 1 |
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 6251949a..d1f03288 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -52,6 +52,7 @@ <string name="setup_error_configure_button">Configure</string> <string name="setup_error_close_button">Exit</string> <string name="setup_error_text">There was an error configuring %s with your chosen provider.\n\nYou may choose to reconfigure, or exit and configure a provider upon next launch.</string> + <string name="setup_error_text_custom">There was an error configuring %s.\n\nYou may choose to reconfigure, or exit.</string> <string name="server_unreachable_message">The server is unreachable, please try again.</string> <string name="error.security.pinnedcertificate">Security error, upgrade the app or choose another provider.</string> <string name="malformed_url">It doesn\'t seem to be a %s provider.</string> |