From 222fd007244eccc69b877e3685307bb58f64a980 Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Fri, 27 Nov 2015 17:41:03 -0500 Subject: [PATCH] FIX: Another missing translation replacement --- app/views/static/login.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/static/login.html.erb b/app/views/static/login.html.erb index c484d05e31b..ed8badab6fb 100644 --- a/app/views/static/login.html.erb +++ b/app/views/static/login.html.erb @@ -1,3 +1,3 @@ <% if SiteSetting.login_required %> - <%= PrettyText.cook(I18n.t('login_required.welcome_message')).html_safe %> + <%= PrettyText.cook(I18n.t('login_required.welcome_message', title: SiteSetting.title)).html_safe %> <% end %>