mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 14:13:38 +08:00
Fix run-on sentence (#8953)
This commit is contained in:
parent
965ac3567b
commit
b2ac80593e
|
@ -1459,8 +1459,8 @@ en:
|
|||
reset: "Reset Password"
|
||||
complete_username: "If an account matches the username <b>%{username}</b>, you should receive an email with instructions on how to reset your password shortly."
|
||||
complete_email: "If an account matches <b>%{email}</b>, you should receive an email with instructions on how to reset your password shortly."
|
||||
complete_username_found: "We found an account that matches the username <b>%{username}</b>, you should receive an email with instructions on how to reset your password shortly."
|
||||
complete_email_found: "We found an account that matches <b>%{email}</b>, you should receive an email with instructions on how to reset your password shortly."
|
||||
complete_username_found: "We found an account that matches the username <b>%{username}</b>. You should receive an email with instructions on how to reset your password shortly."
|
||||
complete_email_found: "We found an account that matches <b>%{email}</b>. You should receive an email with instructions on how to reset your password shortly."
|
||||
|
||||
complete_username_not_found: "No account matches the username <b>%{username}</b>"
|
||||
complete_email_not_found: "No account matches <b>%{email}</b>"
|
||||
|
|
Loading…
Reference in New Issue
Block a user