diff --git a/save-frontend/src/main/kotlin/com/saveourtool/save/frontend/components/views/index/IndexViewAuth.kt b/save-frontend/src/main/kotlin/com/saveourtool/save/frontend/components/views/index/IndexViewAuth.kt index 8f3d276a93..d46419ae14 100644 --- a/save-frontend/src/main/kotlin/com/saveourtool/save/frontend/components/views/index/IndexViewAuth.kt +++ b/save-frontend/src/main/kotlin/com/saveourtool/save/frontend/components/views/index/IndexViewAuth.kt @@ -71,7 +71,7 @@ val indexAuth: FC = FC { _ -> } val separator = VFC { - val (t) = useTranslation() + val (t) = useTranslation("welcome") div { className = ClassName("row mt-2") div { diff --git a/save-frontend/src/main/kotlin/com/saveourtool/save/frontend/externals/i18next/locales/Translations.kt b/save-frontend/src/main/kotlin/com/saveourtool/save/frontend/externals/i18next/locales/Translations.kt index 21c6b4fbd0..c7941fd267 100644 --- a/save-frontend/src/main/kotlin/com/saveourtool/save/frontend/externals/i18next/locales/Translations.kt +++ b/save-frontend/src/main/kotlin/com/saveourtool/save/frontend/externals/i18next/locales/Translations.kt @@ -279,6 +279,13 @@ const val ORGANIZATION_CN = """ } """ +const val THANKS_FOR_REGISTRATION_EN = """ +{ + "Thank you for registration": "Thank you for registration", + "Your request is pending review": "Right now the platform is still in development. Our admin team will soon review your request and approve it if everything is fine. Don't hesitate to contact us if you have any question:" +} +""" + const val THANKS_FOR_REGISTRATION_CN = """ { "Thank you for registration": "感谢您的注册",