From 9875c6236cf1f652c934399cbee9870437cd7624 Mon Sep 17 00:00:00 2001 From: garronej Date: Tue, 2 May 2023 01:21:44 +0200 Subject: [PATCH] Improve wording --- src/keycloak-theme/login/KcApp.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/keycloak-theme/login/KcApp.tsx b/src/keycloak-theme/login/KcApp.tsx index f734f4c..55bedad 100644 --- a/src/keycloak-theme/login/KcApp.tsx +++ b/src/keycloak-theme/login/KcApp.tsx @@ -35,7 +35,8 @@ export default function KcApp(props: { kcContext: KcContext; }) { const i18n = useI18n({ kcContext }); if (i18n === null) { - //NOTE: Locales not yet downloaded, we could as well display a loading progress but it's usually a matter of milliseconds. + //NOTE: Text resources in the correct language are still being downloaded, we can't display anything yet. + //We could display a loading progress but it's usually a matter of milliseconds. return null; }