normal text case for tooltip

This commit is contained in:
Josh Hawkins 2025-10-25 10:13:10 -05:00
parent 3b4ebcdc79
commit 80c423ff9c

View File

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