diff options
author | ThibG <thib@sitedethib.com> | 2020-01-23 21:32:00 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2020-01-23 21:32:00 +0100 |
commit | 43daeccccb31a0145c48f41c4ba449f0a3967ef2 (patch) | |
tree | 6a203d39aef66addaeb253205ed74067e5f9f4f4 /config | |
parent | a8e46cf7a16857d6983c5c1878ab9914d3203f2b (diff) |
Add “account timeline” filter category (#12918)
* Add “account timeline” filter category Previously, no filter category applied to account timelines. * Rename “Account timelines” into “Profiles”
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 8a86f8c7a..2bd84c264 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -733,6 +733,7 @@ en: hint_html: "<strong>What are featured hashtags?</strong> They are displayed prominently on your public profile and allow people to browse your public posts specifically under those hashtags. They are a great tool for keeping track of creative works or long-term projects." filters: contexts: + account: Profiles home: Home timeline notifications: Notifications public: Public timelines |