fix: cameraStream i18n keys error

This commit is contained in:
ZhaiSoul 2025-03-13 22:36:55 +08:00
parent bd9ece7297
commit 54ff88917d

View File

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