Skip to content

Commit

Permalink
chore: change 'filtered' to 'blocked' in banned phrase error
Browse files Browse the repository at this point in the history
  • Loading branch information
vyneer committed Mar 2, 2024
1 parent 0d2fb03 commit bc87f26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/chat/js/chat.js
Original file line number Diff line number Diff line change
Expand Up @@ -1245,7 +1245,7 @@ class Chat {
break;
case 'bannedphrase': {
message = MessageBuilder.error(
`Your message was filtered because it contained this banned phrase: "${data.filtered}".`,
`Your message was blocked because it contained this banned phrase: "${data.filtered}".`,
);
break;
}
Expand Down

0 comments on commit bc87f26

Please sign in to comment.