mirror of
https://github.com/discourse/discourse.git
synced 2025-05-24 03:36:18 +08:00
FIX: use feedback_category placeholder in i18n string (#25514)
https://review.discourse.org/t/71308/4
This commit is contained in:
@ -86,7 +86,7 @@ module SeedData
|
||||
I18n.t(
|
||||
"guidelines_topic.body",
|
||||
base_path: Discourse.base_path,
|
||||
feedback_category_hashtag: feedback_category_hashtag,
|
||||
feedback_category: feedback_category_hashtag,
|
||||
),
|
||||
category: staff_category,
|
||||
static_first_reply: true,
|
||||
|
Reference in New Issue
Block a user