diff --git a/components/settings/HomeIndex.tsx b/components/settings/HomeIndex.tsx index f7b2713d..5278c17f 100644 --- a/components/settings/HomeIndex.tsx +++ b/components/settings/HomeIndex.tsx @@ -316,7 +316,7 @@ export const HomeIndex = () => { for (const [index, section] of settings.home.sections.entries()) { const id = section.items?.title || `section-${index}`; ss.push({ - title: id, + title: t(`${id}`), queryKey: ["home", id], queryFn: async () => { if (section.items) {