fix: fix "Always Show Camera Names" label switch id wrong (#20922)

This commit is contained in:
GuoQing Liu 2025-11-14 23:23:43 +08:00 committed by GitHub
parent de066d0062
commit d56cf59b9a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -157,7 +157,7 @@ export default function UiSettingsView() {
checked={cameraNames}
onCheckedChange={setCameraName}
/>
<Label className="cursor-pointer" htmlFor="auto-live">
<Label className="cursor-pointer" htmlFor="camera-names">
{t("general.liveDashboard.displayCameraNames.label")}
</Label>
</div>