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', type: 'info',
message: dedent` message: dedent`
${username} has chosen to make their profile ${username} has chosen to make their portfolio
private. They will need to make their profile public private. They will need to make their portfolio public
in order for others to be able to view their certification. in order for others to be able to view their certification.
` `
} }

View File

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

View File

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

View File

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