mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-05 21:17:43 +03:00
fix labels
This commit is contained in:
parent
cc3878bd08
commit
d02cc2ee09
@ -290,14 +290,18 @@ export function CameraStreamingDialog({
|
|||||||
</SelectTrigger>
|
</SelectTrigger>
|
||||||
<SelectContent>
|
<SelectContent>
|
||||||
<SelectItem value="no-streaming">
|
<SelectItem value="no-streaming">
|
||||||
{t("group.camera.setting.streamMethod.method.noStreaming")}
|
{t(
|
||||||
|
"group.camera.setting.streamMethod.method.noStreaming.label",
|
||||||
|
)}
|
||||||
</SelectItem>
|
</SelectItem>
|
||||||
<SelectItem value="smart">
|
<SelectItem value="smart">
|
||||||
{t("group.camera.setting.streamMethod.method.smartStreaming")}
|
{t(
|
||||||
|
"group.camera.setting.streamMethod.method.smartStreaming.label",
|
||||||
|
)}
|
||||||
</SelectItem>
|
</SelectItem>
|
||||||
<SelectItem value="continuous">
|
<SelectItem value="continuous">
|
||||||
{t(
|
{t(
|
||||||
"group.camera.setting.streamMethod.method.continuousStreaming",
|
"group.camera.setting.streamMethod.method.continuousStreaming.label",
|
||||||
)}
|
)}
|
||||||
</SelectItem>
|
</SelectItem>
|
||||||
</SelectContent>
|
</SelectContent>
|
||||||
@ -344,7 +348,7 @@ export function CameraStreamingDialog({
|
|||||||
htmlFor="compatibility"
|
htmlFor="compatibility"
|
||||||
className="text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70"
|
className="text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70"
|
||||||
>
|
>
|
||||||
{t("group.camera.setting.compatibilityMode")}
|
{t("group.camera.setting.compatibilityMode.label")}
|
||||||
</Label>
|
</Label>
|
||||||
</div>
|
</div>
|
||||||
<div className="flex flex-col gap-2 leading-none">
|
<div className="flex flex-col gap-2 leading-none">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user