This commit is contained in:
Nicolas Mowen 2025-09-29 15:54:31 -06:00
parent 050dfe2c27
commit fb3d0dd2c1

View File

@ -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)}
/>