mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-22 16:46:28 +01:00
Revise the sentence to be clearer
This commit is contained in:
parent
cc8dbeb32c
commit
0bc7b6202b
2 changed files with 2 additions and 2 deletions
|
@ -3016,7 +3016,7 @@ msgid "e.g. “mastodon.social”"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/pages/login.jsx:196
|
#: 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 ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/pages/login.jsx:208
|
#: src/pages/login.jsx:208
|
||||||
|
|
|
@ -194,7 +194,7 @@ function Login() {
|
||||||
{uiState === 'error' && (
|
{uiState === 'error' && (
|
||||||
<p class="error">
|
<p class="error">
|
||||||
<Trans>
|
<Trans>
|
||||||
Failed to log in. Please try again or another instance.
|
Failed to log in. Please try again or try another instance.
|
||||||
</Trans>
|
</Trans>
|
||||||
</p>
|
</p>
|
||||||
)}
|
)}
|
||||||
|
|
Loading…
Reference in a new issue