Skip to content

Commit

Permalink
Add fallback text to Trans component
Browse files Browse the repository at this point in the history
  • Loading branch information
errmayank committed Feb 27, 2021
1 parent 67c485a commit ef5583b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client/src/client-only-routes/ShowProjectLinks.js
Expand Up @@ -180,20 +180,23 @@ const ShowProjectLinks = props => {
/>
) : null}
<Trans i18nKey='certification.project.footnote'>
If you suspect that any of these projects violate the{' '}
<a
href='https://www.freecodecamp.org/news/academic-honesty-policy/'
target='_blank'
rel='noreferrer'
>
academic honesty policy
</a>
, please{' '}
<a
href={`/user/${username}/report-user`}
target='_blank'
rel='noreferrer'
>
report this to our team
</a>
.
</Trans>
</div>
);
Expand Down

0 comments on commit ef5583b

Please sign in to comment.