mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-22 01:05:34 +03: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 ""
|
||||
|
||||
#: 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
|
||||
|
|
|
@ -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>
|
||||
)}
|
||||
|
|
Loading…
Reference in a new issue