From: Tom Hughes Date: Wed, 3 Jul 2019 07:28:22 +0000 (+0100) Subject: Add missing space X-Git-Tag: live~3432 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/ee8ed3c682699e78fa5952b1ad554a09db546638 Add missing space --- diff --git a/config/locales/en.yml b/config/locales/en.yml index 79dc8f69f..67d68fe61 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -166,7 +166,7 @@ en: opened_at_html: "Created %{when}" opened_at_by_html: "Created %{when} by %{user}" commented_at_html: "Updated %{when}" - commented_at_by_html: "Updated %{when}by %{user}" + commented_at_by_html: "Updated %{when} by %{user}" closed_at_html: "Resolved %{when}" closed_at_by_html: "Resolved %{when} by %{user}" reopened_at_html: "Reactivated %{when}"