This commit is contained in:
seotts 2020-04-03 10:41:42 -04:00
parent 8f4a7643cf
commit 272d96fdba
2 changed files with 8 additions and 2 deletions

View file

@ -128,7 +128,10 @@ class ReportModal extends React.Component {
key={`report.${type}Instructions`}
values={{
CommunityGuidelinesLink: (
<a href="/community_guidelines" target="_blank">
<a
href="/community_guidelines"
target="_blank"
>
<FormattedMessage id="report.CommunityGuidelinesLinkText" />
</a>
)

View file

@ -171,7 +171,10 @@ const REPORT_OPTIONS = [
id={`report.promptSomethingElse`}
values={{
CommunityGuidelinesLink: (
<a href="/community_guidelines" target="_blank">
<a
href="/community_guidelines"
target="_blank"
>
<FormattedMessage id="report.CommunityGuidelinesLinkText" />
</a>
)