FIX: Missing site name key

This commit is contained in:
Robin Ward 2015-11-27 17:23:43 -05:00
parent 7181e3cb75
commit c4eee825de

View File

@ -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