mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-28 01:56:00 -05:00
Add spam mute message
This commit is contained in:
parent
35b3c8d6f6
commit
2cb9189b44
2 changed files with 11 additions and 1 deletions
|
@ -224,6 +224,12 @@ class ComposeComment extends React.Component {
|
||||||
muteStepHeader: 'comment.vulgarity.header',
|
muteStepHeader: 'comment.vulgarity.header',
|
||||||
muteStepContent: ['comment.vulgarity.content1', 'comment.vulgarity.content2']
|
muteStepContent: ['comment.vulgarity.content1', 'comment.vulgarity.content2']
|
||||||
},
|
},
|
||||||
|
spam: {
|
||||||
|
name: 'spam',
|
||||||
|
commentType: 'comment.type.spam',
|
||||||
|
muteStepHeader: 'comment.spam.header',
|
||||||
|
muteStepContent: ['comment.spam.content1', 'comment.spam.content2']
|
||||||
|
},
|
||||||
general: {
|
general: {
|
||||||
name: 'general',
|
name: 'general',
|
||||||
commentType: 'comment.type.general',
|
commentType: 'comment.type.general',
|
||||||
|
|
|
@ -61,5 +61,9 @@
|
||||||
"comment.type.vulgarity": "Your most recent comment appeared to include a bad word.",
|
"comment.type.vulgarity": "Your most recent comment appeared to include a bad word.",
|
||||||
"comment.vulgarity.header": "We encourage you to use language that’s appropriate for all ages.",
|
"comment.vulgarity.header": "We encourage you to use language that’s appropriate for all ages.",
|
||||||
"comment.vulgarity.content1": "It appears that your comment contains a bad word.",
|
"comment.vulgarity.content1": "It appears that your comment contains a bad word.",
|
||||||
"comment.vulgarity.content2": "Scratch has users of all ages, so it’s important to use language that is appropriate for all Scratchers."
|
"comment.vulgarity.content2": "Scratch has users of all ages, so it’s important to use language that is appropriate for all Scratchers.",
|
||||||
|
"comment.type.spam": "Your most recent comment appeared to contain advertising, text art, or a chain message.",
|
||||||
|
"comment.spam.header": "We encourage you to not advertise, copy and paste text art, or ask others to copy comments",
|
||||||
|
"comment.spam.content1": "Even though advertisements, text art, and chain mail can be fun, they start to fill up the website, and we want to make sure there is room for other comments.",
|
||||||
|
"comment.spam.content2": "Thank you for helping us keep Scratch a friendly, creative community!"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue