Migrate more strings to translation keys (#11672)
This commit is contained in:
parent
39c4e0c41f
commit
fa377cbade
81 changed files with 3985 additions and 3766 deletions
|
@ -36,7 +36,7 @@ export const RoomTileCallSummary: FC<Props> = ({ call }) => {
|
|||
active = false;
|
||||
break;
|
||||
case ConnectionState.Connecting:
|
||||
text = _t("Joining…");
|
||||
text = _t("room|joining");
|
||||
active = true;
|
||||
break;
|
||||
case ConnectionState.Connected:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue