2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-05 08:59:27 +08:00

Renaming site contents to site text

This commit is contained in:
Robin Ward 2014-09-24 14:45:35 -04:00
parent 84cf402482
commit bc53d48bd7
45 changed files with 349 additions and 350 deletions

View file

@ -28,7 +28,7 @@ class ComposerMessagesFinder
education_posts_text = I18n.t('education.until_posts', count: SiteSetting.educate_until_posts)
return {templateName: 'composer/education',
wait_for_typing: true,
body: PrettyText.cook(SiteContent.content_for(education_key, education_posts_text: education_posts_text)) }
body: PrettyText.cook(SiteText.text_for(education_key, education_posts_text: education_posts_text)) }
end
nil