mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 02:09:54 +08:00
copyedits on login via email link
This commit is contained in:
parent
096c3a0bf8
commit
448f4afa68
|
@ -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>"
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user