Skip to content

Commit

Permalink
update lang[en] add placheholder for email
Browse files Browse the repository at this point in the history
  • Loading branch information
warcooft authored Jul 17, 2024
1 parent 9df5b50 commit 50591b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Language/en/Auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
'badToken' => 'The access token is invalid.',
'oldToken' => 'The access token has expired.',
'noUserEntity' => 'User Entity must be provided for password validation.',
'invalidEmail' => 'Unable to verify the email address matches the email on record.',
'invalidEmail' => 'Unable to verify the email address matches the email {0}.',
'unableSendEmailToUser' => 'Sorry, there was a problem sending the email. We could not send an email to "{0}".',
'throttled' => 'Too many requests made from this IP address. You may try again in {0} seconds.',
'notEnoughPrivilege' => 'You do not have the necessary permission to perform the desired operation.',
Expand Down

0 comments on commit 50591b5

Please sign in to comment.