Skip to content

Commit

Permalink
add double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
warcooft authored Jul 19, 2024
1 parent 1829443 commit 93d6177
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 {0}.',
'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 93d6177

Please sign in to comment.