Rephrase comments

This commit is contained in:
garronej 2023-05-02 01:22:23 +02:00
parent 9875c6236c
commit 231e024faa

View file

@ -35,7 +35,7 @@ export default function KcApp(props: { kcContext: KcContext; }) {
const i18n = useI18n({ kcContext }); const i18n = useI18n({ kcContext });
if (i18n === null) { 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. //We could display a loading progress but it's usually a matter of milliseconds.
return null; return null;
} }