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
|
@ -295,8 +295,8 @@ export default class MemberEventListSummary extends React.Component<IProps> {
|
|||
break;
|
||||
case "kicked":
|
||||
res = (userCount > 1)
|
||||
? _t("were kicked %(count)s times", { count: repeats })
|
||||
: _t("was kicked %(count)s times", { count: repeats });
|
||||
? _t("were removed %(count)s times", { count: repeats })
|
||||
: _t("was removed %(count)s times", { count: repeats });
|
||||
break;
|
||||
case "changed_name":
|
||||
res = (userCount > 1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue