From b2ac80593e0a4c147fd387add9be3aecba78d928 Mon Sep 17 00:00:00 2001 From: Dan Dascalescu Date: Thu, 13 Feb 2020 15:13:38 +1300 Subject: [PATCH] Fix run-on sentence (#8953) --- config/locales/client.en.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}"