diff --git a/webui/src/hooks/useMyI18n.ts b/webui/src/hooks/useMyI18n.ts index f5c1b1aa..abf46890 100644 --- a/webui/src/hooks/useMyI18n.ts +++ b/webui/src/hooks/useMyI18n.ts @@ -47,5 +47,6 @@ export const useMyI18n = createSharedComposable(() => { locale: i18n.global.locale, changeLocale, getText: returnUserLangText, + returnUserLangText, }; });