copyedits on login via email link

This commit is contained in:
Jeff Atwood 2018-03-22 04:19:34 -07:00
parent 096c3a0bf8
commit 448f4afa68
2 changed files with 10 additions and 10 deletions

View File

@ -1118,12 +1118,12 @@ en:
button_help: "Help"
email_login:
link_label: "Email me a magic link"
link_label: "Email me a login link"
button_label: "with email"
complete_username: "If an account matches the username <b>%{username}</b>, you should receive an email with a magic login link shortly."
complete_email: "If an account matches <b>%{email}</b>, you should receive an email with a magic login link shortly."
complete_username_found: "We found an account that matches the username <b>%{username}</b>, you should receive an email with a magic login link shortly."
complete_email_found: "We found an account that matches <b>%{email}</b>, you should receive an email with a magic login link shortly."
complete_username: "If an account matches the username <b>%{username}</b>, you should receive an email with a login link shortly."
complete_email: "If an account matches <b>%{email}</b>, you should receive an email with a login link shortly."
complete_username_found: "We found an account that matches the username <b>%{username}</b>, you should receive an email with a login link shortly."
complete_email_found: "We found an account that matches <b>%{email}</b>, you should receive an email with a login link shortly."
complete_username_not_found: "No account matches the username <b>%{username}</b>"
complete_email_not_found: "No account matches <b>%{email}</b>"

View File

@ -2828,14 +2828,14 @@ en:
%{base_url}/u/password-reset/%{email_token}
email_login:
title: "Email login link"
subject_template: "[%{email_prefix}] Email login link"
title: "Log in via link"
subject_template: "[%{email_prefix}] Log in via link"
text_body_template: |
Somebody asked to login your account on [%{site_name}](%{base_url}).
Here's your link to log in at [%{site_name}](%{base_url}).
If it was not you, you can safely ignore this email.
If you did not request this link, you can safely ignore this email.
Click the following link to login:
Click the following link to log in:
%{base_url}/session/email-login/%{email_token}
set_password: