diff options
author | Claire <claire.github-309c@sitedethib.com> | 2022-03-15 19:07:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-15 19:07:25 +0100 |
commit | 9b139d4ef9105d31292566e8c210759a2da5e0f7 (patch) | |
tree | 5214a689e295cd0c4a4f0997461a4e80a0d88434 /config/locales | |
parent | 82e1c6216e28f02e71270543ff44a26eeff771b5 (diff) |
Fix “edited at” in public pages not being properly localized (#17806)
Fixes #17804
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/en.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index cdc66bd68..d4a42e867 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1438,7 +1438,7 @@ en: disallowed_hashtags: one: 'contained a disallowed hashtag: %{tags}' other: 'contained the disallowed hashtags: %{tags}' - edited_at: Edited %{date} + edited_at_html: Edited %{date} errors: in_reply_not_found: The post you are trying to reply to does not appear to exist. open_in_web: Open in web |