mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 09:10:25 +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
|
@ -50,7 +50,7 @@ class SystemMessage
|
|||
site_name: SiteSetting.title,
|
||||
username: @recipient.username,
|
||||
user_preferences_url: "#{Discourse.base_url}/users/#{@recipient.username_lower}/preferences",
|
||||
new_user_tips: SiteContent.content_for(:usage_tips),
|
||||
new_user_tips: SiteText.text_for(:usage_tips),
|
||||
site_password: "",
|
||||
base_url: Discourse.base_url,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue