diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2018-07-31 18:59:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-31 18:59:34 +0200 |
commit | cc56f2230a10c4fded80a34e5297fad8d9891e02 (patch) | |
tree | b1bb13c698c8aeffc946da8a1f1025983ba58398 /config/locales | |
parent | 9ae53ad59ee18459775d19c4699c771c7f86fa7c (diff) |
Add separate setting for sidebar text (site_short_description) (#8107)
* Add separate setting for sidebar text (site_short_description) * Fix tests
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/en.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 66f475ded..4693fe1ba 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -372,11 +372,14 @@ en: desc_html: Show a staff badge on a user page title: Show staff badge site_description: - desc_html: Introductory paragraph on the frontpage and in meta tags. You can use HTML tags, in particular <code><a></code> and <code><em></code>. + desc_html: Introductory paragraph on the frontpage. Describe what makes this Mastodon server special and anything else important. You can use HTML tags, in particular <code><a></code> and <code><em></code>. title: Instance description site_description_extended: desc_html: A good place for your code of conduct, rules, guidelines and other things that set your instance apart. You can use HTML tags title: Custom extended information + site_short_description: + desc_html: Displayed in sidebar and meta tags. Describe what Mastodon is and what makes this server special in a single paragraph. If empty, defaults to instance description. + title: Short instance description site_terms: desc_html: You can write your own privacy policy, terms of service or other legalese. You can use HTML tags title: Custom terms of service |