Update more strings to not wrongly mention room when it is/could be a space (#7722)
This commit is contained in:
parent
c3e02b21cb
commit
e161f0b17b
9 changed files with 186 additions and 109 deletions
|
@ -428,8 +428,7 @@ const UserOptionsSection: React.FC<{
|
|||
const roomId = member && member.roomId ? member.roomId : RoomViewStore.getRoomId();
|
||||
const onInviteUserButton = async (ev: ButtonEvent) => {
|
||||
try {
|
||||
// We use a MultiInviter to re-use the invite logic, even though
|
||||
// we're only inviting one user.
|
||||
// We use a MultiInviter to re-use the invite logic, even though we're only inviting one user.
|
||||
const inviter = new MultiInviter(roomId);
|
||||
await inviter.invite([member.userId]).then(() => {
|
||||
if (inviter.getCompletionState(member.userId) !== "invited") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue