FIX: Fix 'New Login Alert' message. (#6539)
This commit is contained in:
parent
57ab6bcba1
commit
087b12b40c
|
@ -3234,7 +3234,7 @@ en:
|
||||||
|
|
||||||
suspicious_login:
|
suspicious_login:
|
||||||
title: "New Login Alert"
|
title: "New Login Alert"
|
||||||
subject_template: "New Login Alert"
|
subject_template: "[%{site_name}] New Login from %{location}"
|
||||||
text_body_template: |
|
text_body_template: |
|
||||||
Hello,
|
Hello,
|
||||||
|
|
||||||
|
@ -3246,7 +3246,7 @@ en:
|
||||||
|
|
||||||
If this was you, great! There’s nothing else you need to do.
|
If this was you, great! There’s nothing else you need to do.
|
||||||
|
|
||||||
If this was not you, please reset your password as soon as possible.
|
If this was not you, please [reset your %{site_name} password as soon as possible](%{base_url}/my/preferences/account).
|
||||||
|
|
||||||
page_not_found:
|
page_not_found:
|
||||||
title: "Oops! That page doesn’t exist or is private."
|
title: "Oops! That page doesn’t exist or is private."
|
||||||
|
|
Loading…
Reference in New Issue