From 3d09d6369d4b1a7578e33e97af9d405e88e73f06 Mon Sep 17 00:00:00 2001 From: Emma Winston Date: Tue, 1 Oct 2019 18:16:18 +0100 Subject: [PATCH] Bugfix live stream of public posts so the description box shows the site title rather than the template for it --- app/views/public_timelines/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/public_timelines/show.html.haml b/app/views/public_timelines/show.html.haml index 913d5d855..b2cf3b411 100644 --- a/app/views/public_timelines/show.html.haml +++ b/app/views/public_timelines/show.html.haml @@ -8,7 +8,7 @@ .page-header %h1= t('about.see_whats_happening') - %p= t('about.browse_public_posts') + %p= t('about.browse_public_posts', title: site_title) #mastodon-timeline{ data: { props: Oj.dump(default_props) }} #modal-container