Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes PASSWORD.FORGET.REQUEST_SENT to a more informative notification message #749

Closed
wants to merge 7 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/sprinkles/account/locale/ar/messages.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
"INVALID" => "لم يتم العثور على إعادة تعيين كلمة المرور، أو انتهت صلاحية رابط حاول <a href=\"{{url}}\">إعادة تقديم طلبك<a>",
"PAGE" => "الحصول على رابط لإعادة تعيين كلمة المرور",
"REQUEST_CANNED" => "إلغاء طلب كلمة المرور",
"REQUEST_SENT" => "تم إرسال رابط إعادة تعيين كلمة المرور {{email}}"
"REQUEST_SENT" => "إذا تطابق البريد الإلكتروني <strong>{{email}}</strong> حسابا في نظامنا، فسيتم إرسال رابط إعادة تعيين كلمة المرور إلى <strong>{{email}}</strong>."
],

"RESET" => [
Expand Down
2 changes: 1 addition & 1 deletion app/sprinkles/account/locale/de_DE/messages.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
"INVALID" => "Diese Anforderung zum Zurücksetzen des Passworts wurde nicht gefunden oder ist abgelaufen.Bitte versuchen Sie <a href=\'{{url}}\'>Ihre Anfrage erneut einzureichen<a>.",
"PAGE" => "Holen Sie sich einen Link, um Ihr Passwort zurückzusetzen.",
"REQUEST_CANNED" => "Verlorene Passwortanforderung abgebrochen.",
"REQUEST_SENT" => "Ein Passwort-Reset-Link wurde an {{email}} gesendet."
"REQUEST_SENT" => "Wenn die E-Mail <strong>{{email}}</strong> mit einem Account in unserem System übereinstimmt, wird ein Passwort-Reset-Link an <strong>{{email}}</strong> gesendet."
],

"RESET" => [
Expand Down
2 changes: 1 addition & 1 deletion app/sprinkles/account/locale/en_US/messages.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
"INVALID" => "This password reset request could not be found, or has expired. Please try <a href=\"{{url}}\">resubmitting your request<a>.",
"PAGE" => "Get a link to reset your password.",
"REQUEST_CANNED" => "Lost password request cancelled.",
"REQUEST_SENT" => "A password reset link has been sent to <strong>{{email}}</strong>."
"REQUEST_SENT" => "If the email <strong>{{email}}</strong> matches an account in our system, a password reset link will be sent to <strong>{{email}}</strong>."
],

"HASH_FAILED" => "Password hashing failed. Please contact a site administrator.",
Expand Down
2 changes: 1 addition & 1 deletion app/sprinkles/account/locale/fr_FR/messages.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"INVALID" => "Cette requête de réinitialisation de mot de passe n'a pas pu être trouvée ou a expiré. Veuillez réessayer <a href=\"{{url}}\"> de soumettre votre demande <a>.",
"PAGE" => "Obtenir un lien pour réinitialiser votre mot de passe.",
"REQUEST_CANNED" => "Demande de mot de passe perdu annulée.",
"REQUEST_SENT" => "Un lien de réinitialisation du mot de passe a été envoyé à {{email}}."
"REQUEST_SENT" => "Si l'adresse e-mail <strong>{{email}}</strong> correspond à un compte dans notre système, un lien de réinitialisation de mot de passe sera envoyé à <strong>{{email}}</strong>."
],

"RESET" => [
Expand Down
2 changes: 1 addition & 1 deletion app/sprinkles/account/locale/pt_PT/messages.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"INVALID" => "This password reset request could not be found, or has expired. Please try <a href=\"{{url}}\">resubmitting your request<a>.",
"PAGE" => "Obtenha um link para fazer reset à sua password.",
"REQUEST_CANNED" => "Pedido de password esquecida foi cancelado.",
"REQUEST_SENT" => "Um link de reset da sua password foi enviado para {{email}}."
"REQUEST_SENT" => "Se o email <strong>{{email}}</strong> corresponder a uma conta em nosso sistema, um link de redefinição de senha será enviado para <strong>{{email}}</strong>."
],

"RESET" => [
Expand Down
2 changes: 1 addition & 1 deletion app/sprinkles/account/locale/th_TH/messages.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"INVALID" => "ขอรีเซ็ตรหัสผ่านนี้ไม่มีอยู่ หรือหมดอายุไปแล้ว กรุณาลอง <a href=\"{{url}}\">ส่งคำขอของคุณอีกครั้ง<a>",
"PAGE" => "รับลิงก์สำหรับการรีเซ็ตรหัสผ่านของคุณ",
"REQUEST_CANNED" => "คำขอลืมรหัสผ่านได้ถูกยกเลิก",
"REQUEST_SENT" => "ลิงก์รีเซ็ตรหัสผ่านได้ส่งไปยัง {{email}}"
"REQUEST_SENT" => "หากอีเมล <strong>{{email}}</strong> ตรงกับบัญชีในระบบของเราลิงก์การรีเซ็ตรหัสผ่านจะถูกส่งไปที่ <strong>{{email}}</strong>"
],

"RESET" => [
Expand Down