fix: reword honesty policy and replace profile with portfolio… (#37282)

This commit is contained in:
Ahmad Abdolsaheb
2019-10-14 20:07:53 +03:00
committed by mrugesh
parent 228e73532d
commit 2425f705c2
4 changed files with 16 additions and 14 deletions

View File

@ -391,8 +391,8 @@ function createShowCert(app) {
{
type: 'info',
message: dedent`
${username} has chosen to make their profile
private. They will need to make their profile public
${username} has chosen to make their portfolio
private. They will need to make their portfolio public
in order for others to be able to view their certification.
`
}

View File

@ -153,14 +153,14 @@ class ShowUser extends Component {
return (
<Fragment>
<Helmet>
<title>Report a users profile | freeCodeCamp.org</title>
<title>Report a users portfolio | freeCodeCamp.org</title>
</Helmet>
<Spacer size={2} />
<Row className='text-center'>
<Col sm={8} smOffset={2} xs={12}>
<h2>
Do you want to report {username}
's profile for abuse?
's portfolio for abuse?
</h2>
</Col>
</Row>

View File

@ -54,12 +54,14 @@ function renderMessage(isSessionUser, username) {
return isSessionUser ? (
<Fragment>
<FullWidthRow>
<h2 className='text-center'>You have not made your profile public.</h2>
<h2 className='text-center'>
You have not made your portfolio public.
</h2>
</FullWidthRow>
<FullWidthRow>
<p className='alert alert-info'>
You need to change your privacy setting in order for your profile to
be seen by others. This is a preview of how your profile will look
You need to change your privacy setting in order for your portfolio to
be seen by others. This is a preview of how your portfolio will look
when made public.
</p>
</FullWidthRow>
@ -69,13 +71,13 @@ function renderMessage(isSessionUser, username) {
<Fragment>
<FullWidthRow>
<h2 className='text-center'>
{username} has not made their profile public.
{username} has not made their portfolio public.
</h2>
</FullWidthRow>
<FullWidthRow>
<p className='alert alert-info'>
{username} needs to change their privacy setting in order for you to
view their profile.
view their portfolio.
</p>
</FullWidthRow>
<Spacer />

View File

@ -4,8 +4,8 @@ const HonestyPolicy = () => {
return (
<Fragment>
<p key={1}>
Before we issue our verified certification to a camper, he or she must
accept our Academic Honesty Pledge, which reads:
Before you can claim a verified certification, you must accept our
Academic Honesty Pledge, which reads:
</p>
<p key={2}>
"I understand that plagiarism means copying someone elses work and
@ -21,8 +21,8 @@ const HonestyPolicy = () => {
"Aside from using open source libraries such as jQuery and Bootstrap,
and short snippets of code which are clearly attributed to their
original author, 100% of the code in my projects was written by me, or
along with another camper with whom I was pair programming in real
time."
along with another person going through the freeCodeCamp curriculum with
whom I was pair programming in real time."
</p>
<p key={5}>
"I pledge that I did not plagiarize any of my freeCodeCamp.org work. I
@ -31,7 +31,7 @@ const HonestyPolicy = () => {
</p>
<p key={6}>
In the situations where we discover instances of unambiguous plagiarism,
we will replace the camper in questions certification with a message
we will replace the person in questions certification with a message
that "Upon review, this account has been flagged for academic
dishonesty."
</p>