aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGravatar garronej <[email protected]>2023-05-02 01:22:23 +0200
committerGravatar garronej <[email protected]>2023-05-02 01:22:23 +0200
commit231e024faa70158e94fe841ce92552659d8307b6 (patch)
tree1fc8ce681008fb9a1b83712ae62cbad47aaf639f /src
parentImprove wording (diff)
Rephrase comments
Diffstat (limited to 'src')
-rw-r--r--src/keycloak-theme/login/KcApp.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keycloak-theme/login/KcApp.tsx b/src/keycloak-theme/login/KcApp.tsx
index 55bedad..120ec1d 100644
--- a/src/keycloak-theme/login/KcApp.tsx
+++ b/src/keycloak-theme/login/KcApp.tsx
@@ -35,7 +35,7 @@ export default function KcApp(props: { kcContext: KcContext; }) {
const i18n = useI18n({ kcContext });
if (i18n === null) {
- //NOTE: Text resources in the correct language are still being downloaded, we can't display anything yet.
+ //NOTE: Text resources for the current 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;
}