Revise the sentence to be clearer

pull/650/head
Lim Chee Aun 2024-08-20 12:53:13 +08:00
rodzic cc8dbeb32c
commit 0bc7b6202b
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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

Wyświetl plik

@ -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>
)}