From 828ad79de2f1df9330622be411927c1c772f64f9 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Mon, 13 Oct 2025 18:36:10 +0300 Subject: [PATCH] fix(website/i18n): missing msgid --- apps/website/src/pages/Home/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/website/src/pages/Home/index.tsx b/apps/website/src/pages/Home/index.tsx index 37e5c5f00..e67231d50 100644 --- a/apps/website/src/pages/Home/index.tsx +++ b/apps/website/src/pages/Home/index.tsx @@ -276,7 +276,7 @@ function FaqSection() { return (
- {t("faq.mobile_answer")} + {t("faq.mobile_answer")} {t("faq.database_answer")} {t("faq.server_answer")} {t("faq.scaling_answer")}