From 0f889523e461a33c2ccd364dcc63ae072978c96d Mon Sep 17 00:00:00 2001 From: Alex Dunn Date: Sat, 15 Apr 2017 04:28:09 -0700 Subject: [PATCH] views/about: use Setting.site_title instead of hardcoding (#1508) --- app/views/about/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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