diff options
author | prplecake <me@prplecake.com> | 2022-12-11 00:27:44 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-11 07:27:44 +0100 |
commit | 714e68db38b4fe115cf96fd7b9805909c4319b67 (patch) | |
tree | 6220ed78b467fdee9d9a5b654b31c54520a5d79d /config | |
parent | ad568924c064c41e056dfec651217dbe7bb637fc (diff) |
Add noindex setting to Admin settings Discovery page (#22205)
* Add noindex setting to Admin settings Discovery page * Replace default_noindex i18n
Diffstat (limited to 'config')
-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 1cc53dca4..a045db1ab 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -704,6 +704,9 @@ en: content_retention: preamble: Control how user-generated content is stored in Mastodon. title: Content retention + default_noindex: + desc_html: Affects all users who have not changed this setting themselves + title: Opt users out of search engine indexing by default discovery: follow_recommendations: Follow recommendations preamble: Surfacing interesting content is instrumental in onboarding new users who may not know anyone Mastodon. Control how various discovery features work on your server. |