Skip to content

Commit e0c1fea

Browse files
authored
chore: fix exploreMore object i18n (#18888)
1 parent f976294 commit e0c1fea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/views/explore/ExploreView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ function ThumbnailRow({
192192
</TooltipTrigger>
193193
<TooltipPortal>
194194
<TooltipContent>
195-
{t("exploreMore", { label: objectType })}
195+
{t("exploreMore", { label: getTranslatedLabel(objectType) })}
196196
</TooltipContent>
197197
</TooltipPortal>
198198
</Tooltip>

0 commit comments

Comments
 (0)