Skip to content

Commit

Permalink
Merge pull request thunderbird#8047 from akashs056/update-error-message
Browse files Browse the repository at this point in the history
Refine network error message
  • Loading branch information
cketti authored Aug 21, 2024
2 parents 19bfc1b + ce699e9 commit 2f279ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feature/account/setup/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>

<string name="account_setup_error_network">Network </string>
<string name="account_setup_error_network">Network error. Please check your connection status and try again.</string>
<string name="account_setup_error_unknown">Unknown error</string>

<string name="account_setup_auto_discovery_validation_error_email_address_required">Email address is required.</string>
Expand Down

0 comments on commit 2f279ea

Please sign in to comment.