Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: confusing lang message invalidEmail #1175

Merged
merged 1 commit into from
Aug 26, 2024

Conversation

kenjis
Copy link
Member

@kenjis kenjis commented Aug 21, 2024

Description
See #1165 (comment)

Checklist:

  • Securely signed commits
  • Component(s) with PHPDoc blocks, only if necessary or adds value
  • Unit testing, with >80% coverage
  • User guide updated
  • Conforms to style guide

@kenjis kenjis added the bug Something isn't working label Aug 21, 2024
@kenjis kenjis mentioned this pull request Aug 21, 2024
5 tasks
christianberkman

This comment was marked as outdated.

@@ -25,7 +25,7 @@
'badToken' => 'Ongeldige toegangstoken.',
'oldToken' => 'Vervallen toegangstoken.',
'noUserEntity' => 'Gebruikersentiteit moet worden opgegeven voor wachtwoordvalidatie.',
'invalidEmail' => '(To be translated) Unable to verify the email address matches the email "{0}".',
'invalidEmail' => '(To be translated) Unable to verify the email address "{0}" matches the email on record.',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kenjis kenjis merged commit 7d692f3 into codeigniter4:develop Aug 26, 2024
37 of 38 checks passed
@kenjis kenjis deleted the fix-lang-invalidEmail branch August 26, 2024 23:19
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants