mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-23 15:24:31 +03:00
fix i18n key
This commit is contained in:
parent
8f3a369341
commit
8319d13f4a
@ -493,7 +493,7 @@ function AudioList({ cameraConfig, audioDetections }: AudioListProps) {
|
|||||||
<div className="text-md mr-2 w-1/3">
|
<div className="text-md mr-2 w-1/3">
|
||||||
<div className="flex flex-col items-end justify-end">
|
<div className="flex flex-col items-end justify-end">
|
||||||
<p className="mb-1.5 text-sm text-primary-variant">
|
<p className="mb-1.5 text-sm text-primary-variant">
|
||||||
{t("debug.objectShapeFilterDrawing.score")}
|
{t("debug.audio.score")}
|
||||||
</p>
|
</p>
|
||||||
{obj.score ? (obj.score * 100).toFixed(1).toString() : "-"}%
|
{obj.score ? (obj.score * 100).toFixed(1).toString() : "-"}%
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user