From 3a570e335b4d0148fcb27bf41ca69965ea8328c6 Mon Sep 17 00:00:00 2001 From: Alex <40072887+alexdcrane@users.noreply.github.com> Date: Wed, 21 Jan 2026 12:26:21 -0700 Subject: [PATCH] Password Reset: Add a back button to the email sent screen. (#7708) * Password Reset: Add a back button to the email sent screen. * Fixed typo --- core/user_settings/app_languages.php | 4 +--- resources/login.php | 3 +++ 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/core/user_settings/app_languages.php b/core/user_settings/app_languages.php index 27130f99b8..7ea32060d6 100644 --- a/core/user_settings/app_languages.php +++ b/core/user_settings/app_languages.php @@ -3427,7 +3427,7 @@ $text['label-email_sent']['zh-cn'] = "电子邮件已发送"; $text['label-email_sent']['ja-jp'] = "メールが送信されました"; $text['label-email_sent']['ko-kr'] = "이메일이 전송되었습니다"; -$text['description-email_sent']['en-us'] = "An email has been sent to with instructions to reset your password.
Please check your email."; +$text['description-email_sent']['en-us'] = "An email has been sent to you with instructions to reset your password.
Please check your email."; $text['description-email_sent']['en-gb'] = "An email has been sent to you with instructions to reset your password.
Please check your email."; $text['description-email_sent']['ar-eg'] = "تم إرسال بريد إلكتروني إليك تحتوي على تعليمات لإعادة تعيين كلمة المرور الخاصة بك.
رجاءً قم بمراجعة بريدك الإلكتروني."; $text['description-email_sent']['de-at'] = "Eine E-Mail mit Anweisungen zum Zurücksetzen Ihres Passworts wurde an Sie gesendet.
Bitte überprüfen Sie Ihre E-Mails."; @@ -3534,5 +3534,3 @@ $text['label-password_reset']['tr-tr'] = "Şifre Sıfırlama"; $text['label-password_reset']['zh-cn'] = "重置密码"; $text['label-password_reset']['ja-jp'] = "パスワードのリセット"; $text['label-password_reset']['ko-kr'] = "비밀번호 재설정"; - -?> diff --git a/resources/login.php b/resources/login.php index e9b27f86ad..25994998ae 100644 --- a/resources/login.php +++ b/resources/login.php @@ -296,6 +296,9 @@ echo "
\n"; echo "
".$text['label-email_sent']."
\n"; echo " ".$text['description-email_sent']."
\n"; + echo "
\n"; + echo " \n"; + echo "
"; echo "
\n"; }