From ec79c18aa85697d65b83ba19540e57d169df793d Mon Sep 17 00:00:00 2001
From: Alex Dunn <dunn.alex@gmail.com>
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 922e42575f..39686b5316 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