diff options
author | Tao Bror Bojlén <brortao@users.noreply.github.com> | 2019-09-11 07:44:58 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2019-09-11 08:44:58 +0200 |
commit | 4fe127664b0ae22a528b4a4467ab2de92e3da3ef (patch) | |
tree | b285f6995811b10e198201b7694b60e80f93f7b8 /config/locales | |
parent | 4faaa5b25e54f863fdf3a68edc5ca664e5a84e4c (diff) |
add admin setting for default search engine indexing (fix #11750) (#11804)
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 52cb4a269..0a5ca31c1 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -427,6 +427,9 @@ en: custom_css: desc_html: Modify the look with CSS loaded on every page title: Custom CSS + default_noindex: + desc_html: Affects all users who have not changed this setting themselves + title: Opt users out of search engine indexing by default domain_blocks: all: To everyone disabled: To no one |