views/about: use Setting.site_title instead of hardcoding (#1508)
This commit is contained in:
		
							parent
							
								
									4afb6d9b15
								
							
						
					
					
						commit
						ec79c18aa8
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -17,7 +17,7 @@
 | 
				
			||||||
.wrapper
 | 
					.wrapper
 | 
				
			||||||
  %h1
 | 
					  %h1
 | 
				
			||||||
    = image_tag 'logo.png'
 | 
					    = image_tag 'logo.png'
 | 
				
			||||||
    Mastodon
 | 
					    = Setting.site_title
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  %p= t('about.about_mastodon').html_safe
 | 
					  %p= t('about.about_mastodon').html_safe
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue