This commit is contained in:
Josh Hawkins 2025-04-23 06:28:18 -05:00
parent ef4e7ed76f
commit 86b1954269

View File

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