mirror of
https://github.com/discourse/discourse.git
synced 2025-05-23 23:21:11 +08:00
UX: Rename FAQ to Guidelines (#27451)
This commit is contained in:
@ -90,7 +90,14 @@ module SeedData
|
||||
# FAQ/Guidelines
|
||||
topics << {
|
||||
site_setting_name: "guidelines_topic_id",
|
||||
title: I18n.t("guidelines_topic.title"),
|
||||
title:
|
||||
(
|
||||
if SiteSetting.experimental_rename_faq_to_guidelines
|
||||
I18n.t("guidelines_topic.guidelines_title")
|
||||
else
|
||||
I18n.t("guidelines_topic.title")
|
||||
end
|
||||
),
|
||||
raw:
|
||||
I18n.t(
|
||||
"guidelines_topic.body",
|
||||
|
Reference in New Issue
Block a user