diff options
author | Alex Dunn <dunn.alex@gmail.com> | 2017-04-15 04:28:09 -0700 |
---|---|---|
committer | Eugen <eugen@zeonfederated.com> | 2017-04-15 13:28:09 +0200 |
commit | 0f889523e461a33c2ccd364dcc63ae072978c96d (patch) | |
tree | 29c016ce6e88c52670aab24a0168c653d32e0aa6 /app | |
parent | f4045ba3d962105ae4a7c0ee785a83c678ca2f8a (diff) |
views/about: use Setting.site_title instead of hardcoding (#1508)
Diffstat (limited to 'app')
-rw-r--r-- | app/views/about/show.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/about/show.html.haml b/app/views/about/show.html.haml index 922e42575..39686b531 100644 --- a/app/views/about/show.html.haml +++ b/app/views/about/show.html.haml @@ -17,7 +17,7 @@ .wrapper %h1 = image_tag 'logo.png' - Mastodon + = Setting.site_title %p= t('about.about_mastodon').html_safe |