From 6f336bc99b5afda47e6a0a46b8a7af3b1999e2f4 Mon Sep 17 00:00:00 2001 From: sayliraut Date: Fri, 7 Jun 2024 15:37:26 +0530 Subject: [PATCH] change --- resources/lang/en/success.php | 2 +- resources/views/Admin/pages/auth/forgot_password.blade.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/en/success.php b/resources/lang/en/success.php index 03cb371..679140c 100644 --- a/resources/lang/en/success.php +++ b/resources/lang/en/success.php @@ -31,7 +31,7 @@ return [ 'date_check' => 'Date must be greater than today date', 'redeem_voucher' => 'Voucher redeemed successfully.', 'sent_mail' => 'Mail sent successfully', - 'authentic_success' => 'Authentication successful', + 'authentic_success' => 'Authentication Successful', 'confirmed_password' => 'please confirm your passsword', ]; diff --git a/resources/views/Admin/pages/auth/forgot_password.blade.php b/resources/views/Admin/pages/auth/forgot_password.blade.php index 6047c12..cef0b3f 100644 --- a/resources/views/Admin/pages/auth/forgot_password.blade.php +++ b/resources/views/Admin/pages/auth/forgot_password.blade.php @@ -69,7 +69,7 @@ $(document).on("click", "#forgot_password_btn", function (e) { console.log(response); if (response.status_code == 200) { form.reset(); - toastr.success('Otp send it your mail id please check'); + toastr.success('An OTP has been sent to your email address'); setTimeout(function() { window.location.href = base_url + "/otp"; }, 2000);