diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml
index 8c36aa47dda..d79c463d416 100644
--- a/config/locales/client.en.yml
+++ b/config/locales/client.en.yml
@@ -1459,8 +1459,8 @@ en:
reset: "Reset Password"
complete_username: "If an account matches the username %{username}, you should receive an email with instructions on how to reset your password shortly."
complete_email: "If an account matches %{email}, 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 %{username}, you should receive an email with instructions on how to reset your password shortly."
- complete_email_found: "We found an account that matches %{email}, 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 %{username}. You should receive an email with instructions on how to reset your password shortly."
+ complete_email_found: "We found an account that matches %{email}. You should receive an email with instructions on how to reset your password shortly."
complete_username_not_found: "No account matches the username %{username}"
complete_email_not_found: "No account matches %{email}"