diff --git a/lib/composer_messages_finder.rb b/lib/composer_messages_finder.rb index d6724e750e2..c7fbb836f9e 100644 --- a/lib/composer_messages_finder.rb +++ b/lib/composer_messages_finder.rb @@ -30,7 +30,7 @@ class ComposerMessagesFinder return { templateName: 'composer/education', wait_for_typing: true, - body: PrettyText.cook(I18n.t(education_key, education_posts_text: education_posts_text)) + body: PrettyText.cook(I18n.t(education_key, education_posts_text: education_posts_text, site_name: SiteSetting.title)) } end