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
11 changed files with 38 additions and 36 deletions
+2 -2
View File
@@ -110,11 +110,11 @@ export class CapabilityText {
},
[EventType.RoomMember]: {
[WidgetKind.Room]: {
[EventDirection.Send]: _td("Kick, ban, or invite people to this room, and make you leave"),
[EventDirection.Send]: _td("Remove, ban, or invite people to this room, and make you leave"),
[EventDirection.Receive]: _td("See when people join, leave, or are invited to this room"),
},
[GENERIC_WIDGET_KIND]: {
[EventDirection.Send]: _td("Kick, ban, or invite people to your active room, and make you leave"),
[EventDirection.Send]: _td("Remove, ban, or invite people to your active room, and make you leave"),
[EventDirection.Receive]: _td("See when people join, leave, or are invited to your active room"),
},
},