From 2425f705c2038c14da4e410921461d78115866d0 Mon Sep 17 00:00:00 2001 From: Ahmad Abdolsaheb Date: Mon, 14 Oct 2019 20:07:53 +0300 Subject: [PATCH] =?UTF-8?q?fix:=20reword=20honesty=20policy=20and=20replac?= =?UTF-8?q?e=20profile=20with=20portfolio=E2=80=A6=20(#37282)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api-server/server/boot/certificate.js | 4 ++-- client/src/client-only-routes/ShowUser.js | 4 ++-- client/src/components/profile/Profile.js | 12 +++++++----- client/src/resources/honesty-policy.js | 10 +++++----- 4 files changed, 16 insertions(+), 14 deletions(-) diff --git a/api-server/server/boot/certificate.js b/api-server/server/boot/certificate.js index 2aeaa9a19c..88cb48772d 100644 --- a/api-server/server/boot/certificate.js +++ b/api-server/server/boot/certificate.js @@ -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. ` } diff --git a/client/src/client-only-routes/ShowUser.js b/client/src/client-only-routes/ShowUser.js index 12635ecf03..e8d2cfafc1 100644 --- a/client/src/client-only-routes/ShowUser.js +++ b/client/src/client-only-routes/ShowUser.js @@ -153,14 +153,14 @@ class ShowUser extends Component { return ( - Report a users profile | freeCodeCamp.org + Report a users portfolio | freeCodeCamp.org

Do you want to report {username} - 's profile for abuse? + 's portfolio for abuse?

diff --git a/client/src/components/profile/Profile.js b/client/src/components/profile/Profile.js index 5e37013df6..2231edf072 100644 --- a/client/src/components/profile/Profile.js +++ b/client/src/components/profile/Profile.js @@ -54,12 +54,14 @@ function renderMessage(isSessionUser, username) { return isSessionUser ? ( -

You have not made your profile public.

+

+ You have not made your portfolio public. +

- 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.

@@ -69,13 +71,13 @@ function renderMessage(isSessionUser, username) {

- {username} has not made their profile public. + {username} has not made their portfolio public.

{username} needs to change their privacy setting in order for you to - view their profile. + view their portfolio.

diff --git a/client/src/resources/honesty-policy.js b/client/src/resources/honesty-policy.js index c8117d8848..ea76569006 100644 --- a/client/src/resources/honesty-policy.js +++ b/client/src/resources/honesty-policy.js @@ -4,8 +4,8 @@ const HonestyPolicy = () => { return (

- 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:

"I understand that plagiarism means copying someone else’s 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."

"I pledge that I did not plagiarize any of my freeCodeCamp.org work. I @@ -31,7 +31,7 @@ const HonestyPolicy = () => {

In the situations where we discover instances of unambiguous plagiarism, - we will replace the camper in question’s certification with a message + we will replace the person in question’s certification with a message that "Upon review, this account has been flagged for academic dishonesty."