mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-12 03:17:36 +03:00
Fix ns
This commit is contained in:
parent
050dfe2c27
commit
fb3d0dd2c1
@ -1617,7 +1617,7 @@ function FrigateCameraFeatures({
|
||||
)}
|
||||
<div className="mb-3 flex flex-col gap-1 px-2">
|
||||
<FilterSwitch
|
||||
label={t("streaming.debugView")}
|
||||
label={t("streaming.debugView", { ns: "components/dialog" })}
|
||||
isChecked={debug}
|
||||
onCheckedChange={(checked) => setDebug(checked)}
|
||||
/>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user