mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-01-22 20:18:30 +03:00
fix: fix preview unknown label i18n
This commit is contained in:
parent
4a17b3350c
commit
4f88447c9c
@ -342,7 +342,9 @@ export default function PreviewThumbnailPlayer({
|
|||||||
default:
|
default:
|
||||||
return (
|
return (
|
||||||
THREAT_LEVEL_LABELS[threatLevel as ThreatLevel] ||
|
THREAT_LEVEL_LABELS[threatLevel as ThreatLevel] ||
|
||||||
"Unknown"
|
t("details.unknown", {
|
||||||
|
ns: "views/classificationModel",
|
||||||
|
})
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
})()}
|
})()}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user