diff options
author | ThibG <thib@sitedethib.com> | 2018-05-12 17:44:15 +0200 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2018-05-12 17:44:15 +0200 |
commit | 0f2fbf7d05825447a0f2a1e82b6137c069cb1658 (patch) | |
tree | 2ba520a7d71c0d2ec7e4a7dbfc973af264eb70c1 /config | |
parent | 7467361d706e38aa53b6bd2fcb919153327175ed (diff) |
Improvements to toots display in admin view (#7452)
* Distinguish boosts from original statuses in the admin panel (fixes #7449) * Show the “show more” button in admin view to make CWs clearer (fixes #7451) * Make content warnings swag
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 5369311ac..c074fa5b0 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -682,6 +682,7 @@ en: video: one: "%{count} video" other: "%{count} videos" + boosted_from_html: Boosted from %{acct_link} content_warning: 'Content warning: %{warning}' disallowed_hashtags: one: 'contained a disallowed hashtag: %{tags}' |