Merge pull request #1908 from vector-im/t3chguy/localazy/2
Switch from Weblate to Localazy
This commit is contained in:
@@ -276,7 +276,7 @@ export const InCallView: FC<InCallViewProps> = ({
|
||||
if (items.length === 0) {
|
||||
return (
|
||||
<div className={styles.centerMessage}>
|
||||
<p>{t("Waiting for other participants…")}</p>
|
||||
<p>{t("waiting_for_participants")}</p>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user