Unverified Commit 6d96c7f2 authored by Sarah Otts's avatar Sarah Otts Committed by GitHub

Merge pull request #5088 from seotts/chainmail-message

Add spam mute message
parents 35b3c8d6 cfb0a004
...@@ -224,6 +224,12 @@ class ComposeComment extends React.Component { ...@@ -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 @@ ...@@ -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 not to 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!"
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment