mirror of
https://github.com/discourse/discourse.git
synced 2025-06-07 13:06:44 +08:00
FIX: Another missing translation replacement
This commit is contained in:
@ -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 %>
|
||||
|
Reference in New Issue
Block a user