mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-05 13:07:44 +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">
|
||||
<Label htmlFor="streaming-method" className="text-right">
|
||||
{t("group.camera.setting.streamMethod")}
|
||||
{t("group.camera.setting.streamMethod.label")}
|
||||
</Label>
|
||||
<Select
|
||||
value={streamType}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user