mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-05 04:57:42 +03:00
fix key
This commit is contained in:
parent
ef4e7ed76f
commit
86b1954269
@ -1758,7 +1758,7 @@ function FrigateCameraFeatures({
|
|||||||
isRecording && "animate-pulse bg-red-500 hover:bg-red-600",
|
isRecording && "animate-pulse bg-red-500 hover:bg-red-600",
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
{t("manualRecording." + isRecording ? "end" : "start")}
|
{t("manualRecording." + (isRecording ? "end" : "start"))}
|
||||||
</Button>
|
</Button>
|
||||||
<p className="text-sm text-muted-foreground">
|
<p className="text-sm text-muted-foreground">
|
||||||
{t("manualRecording.tips")}
|
{t("manualRecording.tips")}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user