about summary refs log tree commit diff
path: root/app/views/about/show.html.haml
diff options
context:
space:
mode:
authorAlex Dunn <dunn.alex@gmail.com>2017-04-15 04:28:09 -0700
committerEugen <eugen@zeonfederated.com>2017-04-15 13:28:09 +0200
commit0f889523e461a33c2ccd364dcc63ae072978c96d (patch)
tree29c016ce6e88c52670aab24a0168c653d32e0aa6 /app/views/about/show.html.haml
parentf4045ba3d962105ae4a7c0ee785a83c678ca2f8a (diff)
views/about: use Setting.site_title instead of hardcoding (#1508)
Diffstat (limited to 'app/views/about/show.html.haml')
-rw-r--r--app/views/about/show.html.haml2
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