mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-04 06:33:45 +00:00
Clean up camera name
This commit is contained in:
parent
7016f6c8e9
commit
9eb7bf241a
@ -704,7 +704,7 @@ export function RecordingView({
|
||||
</div>
|
||||
</TooltipTrigger>
|
||||
<TooltipContent className="smart-capitalize">
|
||||
{cam}
|
||||
{cam.replaceAll("_", " ")}
|
||||
</TooltipContent>
|
||||
</Tooltip>
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user