mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-06 05:27:44 +03:00
fix: fix motionDetectionTuner html node
This commit is contained in:
parent
94d0c66402
commit
637eb4a3d9
@ -216,7 +216,9 @@ export default function MotionTunerView({
|
|||||||
{t("motionDetectionTuner.Threshold")}
|
{t("motionDetectionTuner.Threshold")}
|
||||||
</Label>
|
</Label>
|
||||||
<div className="my-2 text-sm text-muted-foreground">
|
<div className="my-2 text-sm text-muted-foreground">
|
||||||
<p>{t("motionDetectionTuner.Threshold.desc")}</p>
|
<Trans ns="views/settings">
|
||||||
|
motionDetectionTuner.Threshold.desc
|
||||||
|
</Trans>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="flex flex-row justify-between">
|
<div className="flex flex-row justify-between">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user