mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-11 17:47:37 +03:00
normal text case for tooltip
This commit is contained in:
parent
3b4ebcdc79
commit
80c423ff9c
@ -373,7 +373,7 @@ export default function ObjectTrackOverlay({
|
||||
? `${pos.lifecycle_item.class_type.replace("_", " ")} at ${new Date(pos.timestamp * 1000).toLocaleTimeString()}`
|
||||
: t("objectTrack.trackedPoint")}
|
||||
{onSeekToTime && (
|
||||
<div className="mt-1 text-xs capitalize text-muted-foreground">
|
||||
<div className="mt-1 text-xs normal-case text-muted-foreground">
|
||||
{t("objectTrack.clickToSeek")}
|
||||
</div>
|
||||
)}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user