diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2019-08-17 18:07:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-17 18:07:52 +0200 |
commit | b348c9b0dbd72f2a9930f9fcbbe72cd1c6b3efd8 (patch) | |
tree | dfec9d1dfa6b8917846260fbc9dff9ccb5197dc7 /config/locales | |
parent | 53071389ee08e38d2f73d56ae92051e74042f387 (diff) |
Add explanation to featured hashtags page and profile (#11586)
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 786906e2d..7ef61e279 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -45,6 +45,8 @@ en: what_is_mastodon: What is Mastodon? accounts: choices_html: "%{name}'s choices:" + endorsements_hint: You can endorse people you follow from the web interface, and they will show up here. + featured_tags_hint: You can feature specific hashtags that will be displayed here. follow: Follow followers: one: Follower @@ -664,6 +666,7 @@ en: add_new: Add new errors: limit: You have already featured the maximum amount of hashtags + 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: home: Home timeline |