UX: Rename FAQ to Guidelines (#27451)

This commit is contained in:
Jan Cernik
2024-06-13 12:09:53 -03:00
committed by GitHub
parent fe00796027
commit d7ece61252
10 changed files with 45 additions and 8 deletions

View File

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