Skip to content

Commit 50591b5

Browse files
authored
update lang[en] add placheholder for email
1 parent 9df5b50 commit 50591b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Language/en/Auth.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
'badToken' => 'The access token is invalid.',
2626
'oldToken' => 'The access token has expired.',
2727
'noUserEntity' => 'User Entity must be provided for password validation.',
28-
'invalidEmail' => 'Unable to verify the email address matches the email on record.',
28+
'invalidEmail' => 'Unable to verify the email address matches the email {0}.',
2929
'unableSendEmailToUser' => 'Sorry, there was a problem sending the email. We could not send an email to "{0}".',
3030
'throttled' => 'Too many requests made from this IP address. You may try again in {0} seconds.',
3131
'notEnoughPrivilege' => 'You do not have the necessary permission to perform the desired operation.',

0 commit comments

Comments
 (0)