chore: fix exploreMore object i18n (#18888)

This commit is contained in:
GuoQing Liu 2025-06-26 19:05:17 +08:00 committed by GitHub
parent f97629433d
commit e0c1fea2ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -192,7 +192,7 @@ function ThumbnailRow({
</TooltipTrigger>
<TooltipPortal>
<TooltipContent>
{t("exploreMore", { label: objectType })}
{t("exploreMore", { label: getTranslatedLabel(objectType) })}
</TooltipContent>
</TooltipPortal>
</Tooltip>