classification i18n fix (#21331)

* fix: fix classification pages none label i18n

* fix: fix README_CN formatting issue
This commit is contained in:
GuoQing Liu
2025-12-17 15:26:11 -07:00
committed by GitHub
parent 3edfd905de
commit 13957fec00
6 changed files with 18 additions and 10 deletions
@@ -132,7 +132,7 @@ export default function ClassificationSelectionDialog({
onClick={() => onCategorizeImage(category)}
>
{category === "none"
? t("none")
? t("details.none")
: category.replaceAll("_", " ")}
</SelectorItem>
))}