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: add missing args to lang('Auth.invalidEmail') #1159

Merged

Conversation

kenjis
Copy link
Member

@kenjis kenjis commented Aug 11, 2024

Description
Follow-up #1145

The argument has been added in #1145:

-    'invalidEmail'          => 'Unable to verify the email address matches the email on record.',
+    'invalidEmail'          => 'Unable to verify the email address matches the email "{0}".',

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 11, 2024
@kenjis kenjis changed the title fix: add missing placeholder value to Auth.invalidEmail fix: add missing args to lang('Auth.invalidEmail') Aug 11, 2024
@datamweb datamweb merged commit 0ead2a1 into codeigniter4:develop Aug 12, 2024
37 checks passed
@datamweb
Copy link
Collaborator

Thanks!

@kenjis kenjis deleted the fix-lang-invalidEmail-in-Email2FA branch August 12, 2024 07:43
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.

2 participants