Fix camera label translation from 'cameraCapture' to 'cameraDetect' (#18005)

This commit is contained in:
Sotski Eugene 2025-05-03 01:42:57 +03:00 committed by GitHub
parent 00261cb90c
commit 1a383c47b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -158,7 +158,7 @@ export default function CameraMetrics({
data: [],
};
series[key]["detect"] = {
name: t("cameras.label.cameraCapture", { camName: camName }),
name: t("cameras.label.cameraDetect", { camName: camName }),
data: [],
};
}