From 41b87b095804bef39fd5d0883b2204fa092e4ed6 Mon Sep 17 00:00:00 2001 From: seotts Date: Wed, 8 Apr 2020 14:14:43 -0400 Subject: [PATCH] use exisiting general string for "Community Guidelines" --- src/components/modal/report/modal.jsx | 2 +- src/components/modal/report/report-options.jsx | 2 +- src/l10n.json | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/components/modal/report/modal.jsx b/src/components/modal/report/modal.jsx index fa2e2a4d1..70ec8e63a 100644 --- a/src/components/modal/report/modal.jsx +++ b/src/components/modal/report/modal.jsx @@ -132,7 +132,7 @@ class ReportModal extends React.Component { href="/community_guidelines" target="_blank" > - + ) }} diff --git a/src/components/modal/report/report-options.jsx b/src/components/modal/report/report-options.jsx index be2e9e5d8..8182cdca5 100644 --- a/src/components/modal/report/report-options.jsx +++ b/src/components/modal/report/report-options.jsx @@ -89,7 +89,7 @@ const REPORT_OPTIONS = [ href="/community_guidelines" target="_blank" > - + ) }} diff --git a/src/l10n.json b/src/l10n.json index 0a4f0ba87..ab2e30ee6 100644 --- a/src/l10n.json +++ b/src/l10n.json @@ -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",