diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2019-08-07 20:20:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-07 20:20:39 +0200 |
commit | 3a6b6c63f22e31c9b113428d6c69be451a3bcc17 (patch) | |
tree | a46d26b68a7eff2451452a4e04998be7674c71bb /config/locales | |
parent | bced70469a6c4aecdb3c71055f329a0f579eb14c (diff) |
Add breakdown of usage by source to admin UI for hashtags (#11517)
Allows determining where the majority of posts in a hashtag come from on a given day at a glance.
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/en.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index b677a6651..7fd0536ae 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -498,6 +498,9 @@ en: title: Account statuses with_media: With media tags: + accounts_today: Unique uses today + accounts_week: Unique uses this week + breakdown: Breakdown of today's usage by source context: Context directory: In directory in_directory: "%{count} in directory" |