mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-26 09:08:07 -05:00
use exisiting general string for "Community Guidelines"
This commit is contained in:
parent
42cfba3199
commit
41b87b0958
3 changed files with 2 additions and 3 deletions
|
@ -132,7 +132,7 @@ class ReportModal extends React.Component {
|
||||||
href="/community_guidelines"
|
href="/community_guidelines"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>
|
>
|
||||||
<FormattedMessage id="report.shortCommunityGuidelinesLinkText" />
|
<FormattedMessage id="general.guidelines" />
|
||||||
</a>
|
</a>
|
||||||
)
|
)
|
||||||
}}
|
}}
|
||||||
|
|
|
@ -89,7 +89,7 @@ const REPORT_OPTIONS = [
|
||||||
href="/community_guidelines"
|
href="/community_guidelines"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>
|
>
|
||||||
<FormattedMessage id="report.shortCommunityGuidelinesLinkText" />
|
<FormattedMessage id="general.guidelines" />
|
||||||
</a>
|
</a>
|
||||||
)
|
)
|
||||||
}}
|
}}
|
||||||
|
|
|
@ -249,7 +249,6 @@
|
||||||
"report.project": "Report Project",
|
"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.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.CommunityGuidelinesLinkText": "Scratch Community Guidelines",
|
||||||
"report.shortCommunityGuidelinesLinkText": "Community Guidelines",
|
|
||||||
"report.reasonPlaceHolder": "Select a reason",
|
"report.reasonPlaceHolder": "Select a reason",
|
||||||
"report.reasonCopy": "Exact Copy of Project",
|
"report.reasonCopy": "Exact Copy of Project",
|
||||||
"report.reasonUncredited": "Uses Image/Music Without Credit",
|
"report.reasonUncredited": "Uses Image/Music Without Credit",
|
||||||
|
|
Loading…
Reference in a new issue