mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-05 21:17:43 +03:00
fix: cameraStream i18n keys error
This commit is contained in:
parent
bd9ece7297
commit
54ff88917d
@ -279,7 +279,7 @@ export function CameraStreamingDialog({
|
|||||||
)}
|
)}
|
||||||
<div className="flex flex-col items-start gap-2">
|
<div className="flex flex-col items-start gap-2">
|
||||||
<Label htmlFor="streaming-method" className="text-right">
|
<Label htmlFor="streaming-method" className="text-right">
|
||||||
{t("group.camera.setting.streamMethod")}
|
{t("group.camera.setting.streamMethod.label")}
|
||||||
</Label>
|
</Label>
|
||||||
<Select
|
<Select
|
||||||
value={streamType}
|
value={streamType}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user