Merge pull request #900 from abhijain2003/abhijain2003/loadingui
changes Loading room... to Loading...
This commit is contained in:
@@ -64,7 +64,6 @@
|
|||||||
"Join call now": "Join call now",
|
"Join call now": "Join call now",
|
||||||
"Join existing call?": "Join existing call?",
|
"Join existing call?": "Join existing call?",
|
||||||
"Leave": "Leave",
|
"Leave": "Leave",
|
||||||
"Loading room…": "Loading room…",
|
|
||||||
"Loading…": "Loading…",
|
"Loading…": "Loading…",
|
||||||
"Local volume": "Local volume",
|
"Local volume": "Local volume",
|
||||||
"Logging in…": "Logging in…",
|
"Logging in…": "Logging in…",
|
||||||
|
|||||||
@@ -51,7 +51,7 @@ export function GroupCallLoader({
|
|||||||
if (loading) {
|
if (loading) {
|
||||||
return (
|
return (
|
||||||
<FullScreenView>
|
<FullScreenView>
|
||||||
<h1>{t("Loading room…")}</h1>
|
<h1>{t("Loading…")}</h1>
|
||||||
</FullScreenView>
|
</FullScreenView>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -281,7 +281,7 @@ export function GroupCallView({
|
|||||||
} else if (isEmbedded) {
|
} else if (isEmbedded) {
|
||||||
return (
|
return (
|
||||||
<FullScreenView>
|
<FullScreenView>
|
||||||
<h1>{t("Loading room…")}</h1>
|
<h1>{t("Loading…")}</h1>
|
||||||
</FullScreenView>
|
</FullScreenView>
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user