diff options
author | Claire <claire.github-309c@sitedethib.com> | 2022-01-20 13:37:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-20 13:37:31 +0100 |
commit | 6eea3f8f9c41114002782d7a44993004bdd64832 (patch) | |
tree | 61908857e416abfd74e7a5487c583fa1984f8946 /config | |
parent | 9eb775a9d1fd39bc2d255679bb12b2ff6f98080d (diff) |
Add post edited notice in admin and public UIs (#17335)
* Add edited toot flag on public pages * Add toot edit flag to admin pages
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/en.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 36ac89664..13a252a47 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1309,6 +1309,7 @@ en: disallowed_hashtags: one: 'contained a disallowed hashtag: %{tags}' other: 'contained the disallowed hashtags: %{tags}' + edited_at: Edited %{date} errors: in_reply_not_found: The post you are trying to reply to does not appear to exist. language_detection: Automatically detect language |