From 50591b5dfb425b9cdb2120d2f58ebab94a57d7f1 Mon Sep 17 00:00:00 2001 From: Aselsan Date: Wed, 17 Jul 2024 16:20:09 +0700 Subject: [PATCH] update lang[en] add placheholder for email --- src/Language/en/Auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Language/en/Auth.php b/src/Language/en/Auth.php index 6f34fe3ee..1ebda4e58 100644 --- a/src/Language/en/Auth.php +++ b/src/Language/en/Auth.php @@ -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.',