Skip to content

Commit

Permalink
fix(LoginForm): correct punctuation in authentication code message
Browse files Browse the repository at this point in the history
  • Loading branch information
Chisomchima committed Feb 27, 2025
1 parent de1e447 commit 738511e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/login.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const LoginFormContainer = () => {
<FormSubtitle>
<p>
{i18n.t(
'We have sent you an email with your authentication code, enter it below to log in',
'We have sent you an email with your authentication code. Enter it below to log in.',
{ lngs }
)}
</p>
Expand Down

0 comments on commit 738511e

Please sign in to comment.