Revise the sentence to be clearer

This commit is contained in:
Lim Chee Aun 2024-08-20 12:53:13 +08:00
parent cc8dbeb32c
commit 0bc7b6202b
2 changed files with 2 additions and 2 deletions

View file

@ -3016,7 +3016,7 @@ msgid "e.g. “mastodon.social”"
msgstr ""
#: src/pages/login.jsx:196
msgid "Failed to log in. Please try again or another instance."
msgid "Failed to log in. Please try again or try another instance."
msgstr ""
#: src/pages/login.jsx:208

View file

@ -194,7 +194,7 @@ function Login() {
{uiState === 'error' && (
<p class="error">
<Trans>
Failed to log in. Please try again or another instance.
Failed to log in. Please try again or try another instance.
</Trans>
</p>
)}