From 2d3344f01345e39ef76613a8142f89e88625d96f Mon Sep 17 00:00:00 2001 From: lance chant <13349722+lancechant@users.noreply.github.com> Date: Wed, 3 Sep 2025 15:31:43 +0200 Subject: [PATCH] fix: home screen translation for custom headers (#1001) Signed-off-by: Lance Chant <13349722+lancechant@users.noreply.github.com> Co-authored-by: Gauvain <68083474+Gauvino@users.noreply.github.com> --- components/settings/HomeIndex.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {