mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-08-08 13:51:01 +02:00
chore: fix exploreMore object i18n (#18888)
This commit is contained in:
parent
f97629433d
commit
e0c1fea2ac
@ -192,7 +192,7 @@ function ThumbnailRow({
|
|||||||
</TooltipTrigger>
|
</TooltipTrigger>
|
||||||
<TooltipPortal>
|
<TooltipPortal>
|
||||||
<TooltipContent>
|
<TooltipContent>
|
||||||
{t("exploreMore", { label: objectType })}
|
{t("exploreMore", { label: getTranslatedLabel(objectType) })}
|
||||||
</TooltipContent>
|
</TooltipContent>
|
||||||
</TooltipPortal>
|
</TooltipPortal>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
|
Loading…
Reference in New Issue
Block a user