Replace kick
terminology with Remove from chat
(#7469)
This commit is contained in:
parent
54357c2d63
commit
f4a6219c88
11 changed files with 38 additions and 36 deletions
|
@ -516,7 +516,7 @@ describe('MemberEventListSummary', function() {
|
|||
|
||||
expect(summaryText).toBe(
|
||||
"user_1 was invited, was banned, joined, rejected their invitation, left, " +
|
||||
"had their invitation withdrawn, was unbanned, was kicked, left and was kicked",
|
||||
"had their invitation withdrawn, was unbanned, was removed, left and was removed",
|
||||
);
|
||||
});
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ exports[`<RoomPreviewBar /> renders kicked message 1`] = `
|
|||
class="mx_RoomPreviewBar_message"
|
||||
>
|
||||
<h3>
|
||||
You were kicked from RoomPreviewBar-test-room by @kicker:test.com
|
||||
You were removed from RoomPreviewBar-test-room by @kicker:test.com
|
||||
</h3>
|
||||
<p>
|
||||
Reason: test reason
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue