diff --git a/console/src/components/global-search/GlobalSearchModal.vue b/console/src/components/global-search/GlobalSearchModal.vue index 070c0e69e..a5b90d5ea 100644 --- a/console/src/components/global-search/GlobalSearchModal.vue +++ b/console/src/components/global-search/GlobalSearchModal.vue @@ -76,7 +76,7 @@ const handleBuildSearchIndex = () => { routes.forEach((route) => { fuse.add({ - title: route.meta?.title as string, + title: t(route.meta?.title as string), icon: { component: markRaw(IconLink), },