Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix english source string based on translation feedback #7266

Merged
merged 1 commit into from
Oct 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<string name="account_server_validation_error_server">Server error</string>
<string name="account_server_validation_error_unknown">Unknown error</string>
<string name="account_server_validation_incoming_loading_message">Checking incoming server settings…</string>
<string name="account_server_validation_incoming_loading_error">Checking incoming server settings failed!</string>
<string name="account_server_validation_incoming_loading_error">Checking incoming server settings failed</string>
<string name="account_server_validation_incoming_success">Incoming server settings are valid!</string>
<string name="account_server_validation_outgoing_loading_message">Checking outgoing server settings…</string>
<string name="account_server_validation_outgoing_loading_error">Checking outgoing server settings failed!</string>
Expand Down