mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-07-23 12:19:04 +03:00
classification i18n fix (#21331)
* fix: fix classification pages none label i18n * fix: fix README_CN formatting issue
This commit is contained in:
@@ -132,7 +132,7 @@ export default function ClassificationSelectionDialog({
|
||||
onClick={() => onCategorizeImage(category)}
|
||||
>
|
||||
{category === "none"
|
||||
? t("none")
|
||||
? t("details.none")
|
||||
: category.replaceAll("_", " ")}
|
||||
</SelectorItem>
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user