From: Alex Dunn Date: Sat, 15 Apr 2017 11:28:09 +0000 (-0700) Subject: views/about: use Setting.site_title instead of hardcoding (#1508) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=0f889523e461a33c2ccd364dcc63ae072978c96d;p=mastodon.git views/about: use Setting.site_title instead of hardcoding (#1508) --- 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