Refer correctly to the "Send" button in the Face Reveal prompt

This commit is contained in:
seotts 2020-04-02 16:00:35 -04:00
parent f2dc3719c6
commit 091181d387
2 changed files with 9 additions and 2 deletions

View file

@ -144,7 +144,14 @@ const REPORT_OPTIONS = [
{
value: '10',
label: {id: 'report.reasonFaceReveal'},
prompt: <FormattedMessage id="report.promptFaceReveal" />
prompt: (
<FormattedMessage
id={`report.promptFaceReveal`}
values={{
send: <FormattedMessage id="report.send" />
}}
/>
)
},
{
value: '11',

View file

@ -287,7 +287,7 @@
"report.promptDoesntWorkTips": "We encourage you to share any issues you discover directly with the creator of the project. It's also helpful to provide suggestions on how they may improve their project, if possible.",
"report.promptTooHard": "If you feel a project could be easier, we encourage you to share that feedback directly with the creator of the project. Or remix it yourself and make it as easy or hard as you like!",
"report.promptMisleading": "Tell us more about how it's tricking or misleading people",
"report.promptFaceReveal": "Scratch allows people to use pictures of their face in creative projects like games, stories, or animations. However, projects that are just a picture of their face, or which focus entirely on their physical appearance, aren't allowed on Scratch. If this is a 'face reveal', or the project focuses on the person's appearance, please click report.",
"report.promptFaceReveal": "Scratch allows people to use pictures of their face in creative projects like games, stories, or animations. However, projects that are just a picture of their face, or which focus entirely on their physical appearance, aren't allowed on Scratch. If this is a \"face reveal,\" or the project focuses on the person's appearance, please click \"{send}\".",
"report.promptNoRemixingAllowed": "Please let us know where the project says it is not okay to remix — such as in the Notes & Credits, project title, etc. ",
"report.promptCreatorsSafety": "It's important that everyone on Scratch remains safe online and in real life. Please let us know why you are worried about the safety of this user.",
"report.promptSomethingElse": "We encourage you to double check if your report fits any of the other available categories. If you strongly feel it does not, please explain why this project breaks the {CommunityGuidelinesLink}.",