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:
parent
84cf402482
commit
bc53d48bd7
45 changed files with 349 additions and 350 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue