A11Y: use singular tag in accessible category_tag string (#32492)

We don't do tag intersections when filtered to a category, so these can
always be singular

follow-up to
https://github.com/discourse/discourse/commit/ca658a8bb093c82410927d1fa29e5ef1940260b7
This commit is contained in:
Kris
2025-04-28 10:37:55 -04:00
committed by GitHub
parent c89245beff
commit ed608e3ac5
+3 -3
View File
@@ -5227,9 +5227,9 @@ en:
bookmarks: "Topics tagged %{tags} youve bookmarked"
category_tag:
default: "%{filter} topics in %{category} tagged %{tags}"
posted: "Topics in %{category} tagged %{tags} youve posted in"
bookmarks: "Topics in %{category} tagged %{tags} youve bookmarked"
default: "%{filter} topics in %{category} tagged %{tag}"
posted: "Topics in %{category} tagged %{tag} youve posted in"
bookmarks: "Topics in %{category} tagged %{tag} youve bookmarked"
categories: "All categories"