better word smithing
This commit is contained in:
parent
bd584ab236
commit
682781aa48
4 changed files with 8 additions and 7 deletions
|
@ -37,7 +37,7 @@ const EncryptionInfo = ({waitingForOtherParty, waitingForNetwork, member, onStar
|
|||
displayName: member.displayName || member.name || member.userId,
|
||||
});
|
||||
} else {
|
||||
text = _t("Waiting for network…");
|
||||
text = _t("Accepting…");
|
||||
}
|
||||
content = <PendingActionSpinner text={text} />;
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue