Skip to content

Commit

Permalink
Update message PASSWORD.FORGET.REQUEST_SENT (#749)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexweissman committed Jul 1, 2017
1 parent aa43591 commit 6b7753b
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
- Fixes to nginx config file, and add location block for LE acme challenge
- Fix JS errors when `#alerts-page` is not present on a page
- Fix hardcoded User class in AdminController (#753)
- Update message PASSWORD.FORGET.REQUEST_SENT (#749)

## v4.0.23-Alpha
- Set module dependency versions to ~4.0.0 instead of ^4.0.0 (since 4.1.x will introduce breaking changes)
Expand Down
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 @@ -108,7 +108,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 @@ -111,7 +111,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 @@ -114,7 +114,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>."
],

"RESET" => [
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 @@ -114,7 +114,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
3 changes: 2 additions & 1 deletion app/sprinkles/account/locale/pt_PT/messages.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@
"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

0 comments on commit 6b7753b

Please sign in to comment.