change ... to … unicode for consistency

This commit is contained in:
Abhi Jain 2023-02-13 09:55:32 +05:30
parent d40e467b7d
commit 33dd2758d7
2 changed files with 2 additions and 2 deletions

View file

@ -51,7 +51,7 @@ export function GroupCallLoader({
if (loading) { if (loading) {
return ( return (
<FullScreenView> <FullScreenView>
<h1>{t("Loading...")}</h1> <h1>{t("Loading")}</h1>
</FullScreenView> </FullScreenView>
); );
} }

View file

@ -279,7 +279,7 @@ export function GroupCallView({
} else if (isEmbedded) { } else if (isEmbedded) {
return ( return (
<FullScreenView> <FullScreenView>
<h1>{t("Loading...")}</h1> <h1>{t("Loading")}</h1>
</FullScreenView> </FullScreenView>
); );
} else { } else {