FIX: use feedback_category placeholder in i18n string (#25514)

https://review.discourse.org/t/71308/4
This commit is contained in:
Neil Lalonde 2024-01-31 19:40:30 -05:00 committed by GitHub
parent e61608d080
commit fb469e7e2f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -4506,7 +4506,7 @@ en:
## [Powered by You](#power)
This site is operated by your [friendly local staff](%{base_path}/about) and *you*, the community. If you have any further questions about how things should work here, open a new topic in %{feedback_category_hashtag} and lets discuss! If theres a critical or urgent issue that cant be handled by a meta topic or flag, contact us via the [staff page](%{base_path}/about).
This site is operated by your [friendly local staff](%{base_path}/about) and *you*, the community. If you have any further questions about how things should work here, open a new topic in %{feedback_category} and lets discuss! If theres a critical or urgent issue that cant be handled by a meta topic or flag, contact us via the [staff page](%{base_path}/about).
<a name="tos"></a>

View File

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