Replace kick terminology with Remove from chat (#7469)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user