Skip to content

Commit

Permalink
Revise the sentence to be clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeaun committed Aug 20, 2024
1 parent cc8dbeb commit 0bc7b62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/locales/en.po
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/pages/login.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
)}
Expand Down

0 comments on commit 0bc7b62

Please sign in to comment.