Browse Source

views/about: use Setting.site_title instead of hardcoding (#1508)

closed-social-v3
Alex Dunn 7 years ago
committed by Eugen
parent
commit
0f889523e4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/views/about/show.html.haml

+ 1
- 1
app/views/about/show.html.haml View File

@ -17,7 +17,7 @@
.wrapper
%h1
= image_tag 'logo.png'
Mastodon
= Setting.site_title
%p= t('about.about_mastodon').html_safe

Loading…
Cancel
Save