diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2017-07-14 16:41:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-14 16:41:02 +0200 |
commit | c42092ba7ad1cbf78ca8463b6525ec2b7efbdd92 (patch) | |
tree | cd2905803ff282f6a72fc449f24ede4312aff813 /config/locales | |
parent | 999170d898fbe98e634f827580695c0615370f75 (diff) |
Add option to opt out of search engines on public profile/status pages (#4199)
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/simple_form.en.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/locales/simple_form.en.yml b/config/locales/simple_form.en.yml index e3f784a1a..fbaf0ff68 100644 --- a/config/locales/simple_form.en.yml +++ b/config/locales/simple_form.en.yml @@ -12,6 +12,7 @@ en: note: one: <span class="note-counter">1</span> character left other: <span class="note-counter">%{count}</span> characters left + setting_noindex: Affects your public profile and status pages imports: data: CSV file exported from another Mastodon instance sessions: @@ -41,6 +42,7 @@ en: setting_default_sensitive: Always mark media as sensitive setting_delete_modal: Show confirmation dialog before deleting a toot setting_system_font_ui: Use system's default font + setting_noindex: Opt-out of search engine indexing severity: Severity type: Import type username: Username |