diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2017-02-10 22:37:11 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-02-10 22:37:11 +0100 |
commit | d2619e0b53aeed2949ed0e492c5fbedcb8d9a820 (patch) | |
tree | 71143d9f8aaf205bcd80d9808b7343ca2cf1a145 /config | |
parent | 02cbfcfe2cff0a9e86aecaa3183567d2361821e1 (diff) |
Site title is now a setting
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/en.yml | 2 | ||||
-rw-r--r-- | config/settings.yml | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 018c923df..c6c7c236e 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -10,7 +10,7 @@ en: get_started: Get started learn_more: Learn more links: Links - other_instances: Other Instances + other_instances: Other instances source_code: Source code status_count_after: statuses status_count_before: Who authored diff --git a/config/settings.yml b/config/settings.yml index a78bd067d..71ce12e63 100644 --- a/config/settings.yml +++ b/config/settings.yml @@ -1,5 +1,6 @@ # config/app.yml for rails-settings-cached defaults: &defaults + site_title: 'Mastodon' site_description: '' site_extended_description: '' site_contact_username: '' |