Skip to content

Commit

Permalink
FIX: use feedback_category placeholder in i18n string (discourse#25514)
Browse files Browse the repository at this point in the history
  • Loading branch information
nlalonde authored Feb 1, 2024
1 parent e61608d commit fb469e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/locales/server.en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 let’s discuss! If there’s a critical or urgent issue that can’t 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 let’s discuss! If there’s a critical or urgent issue that can’t be handled by a meta topic or flag, contact us via the [staff page](%{base_path}/about).
<a name="tos"></a>
Expand Down
2 changes: 1 addition & 1 deletion lib/seed_data/topics.rb
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def topics(site_setting_names: nil, include_welcome_topics: true, include_legal_
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,
Expand Down

0 comments on commit fb469e7

Please sign in to comment.