use exisiting general string for "Community Guidelines"

This commit is contained in:
seotts 2020-04-08 14:14:43 -04:00
parent 42cfba3199
commit 41b87b0958
3 changed files with 2 additions and 3 deletions

View file

@ -132,7 +132,7 @@ class ReportModal extends React.Component {
href="/community_guidelines"
target="_blank"
>
<FormattedMessage id="report.shortCommunityGuidelinesLinkText" />
<FormattedMessage id="general.guidelines" />
</a>
)
}}

View file

@ -89,7 +89,7 @@ const REPORT_OPTIONS = [
href="/community_guidelines"
target="_blank"
>
<FormattedMessage id="report.shortCommunityGuidelinesLinkText" />
<FormattedMessage id="general.guidelines" />
</a>
)
}}

View file

@ -249,7 +249,6 @@
"report.project": "Report Project",
"report.projectInstructions": "When you send a report, it lets the Scratch Team know about projects that break the {CommunityGuidelinesLink}. Does something in this project break the {CommunityGuidelinesLink}? If you think it does, please tell us more.",
"report.CommunityGuidelinesLinkText": "Scratch Community Guidelines",
"report.shortCommunityGuidelinesLinkText": "Community Guidelines",
"report.reasonPlaceHolder": "Select a reason",
"report.reasonCopy": "Exact Copy of Project",
"report.reasonUncredited": "Uses Image/Music Without Credit",