Replace kick terminology with Remove from chat (#7469)

This commit is contained in:
Michael Telatynski 2022-01-14 13:08:34 +00:00 committed by GitHub
parent 54357c2d63
commit f4a6219c88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 38 additions and 36 deletions

View file

@ -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",
);
});