diff --git a/src/node/i18n/index.ts b/src/node/i18n/index.ts index e8186067b..a7f9f17bc 100644 --- a/src/node/i18n/index.ts +++ b/src/node/i18n/index.ts @@ -54,6 +54,7 @@ init({ lowerCaseLng: true, debug: process.env.NODE_ENV === "development", resources: defaultResources, + showSupportNotice: false, }) export default i18next