diff --git a/lms/static/sass/multicourse/_testcenter-register.scss b/lms/static/sass/multicourse/_testcenter-register.scss index f0736e5308..dfea8d5e6c 100644 --- a/lms/static/sass/multicourse/_testcenter-register.scss +++ b/lms/static/sass/multicourse/_testcenter-register.scss @@ -397,7 +397,7 @@ $red: rgb(178, 6, 16); } // specific states - &.status-accepted { + &.status-processed { &:before { background: green; @@ -405,7 +405,7 @@ $red: rgb(178, 6, 16); .title:after { color: green; - content: "accepted"; + content: "processed"; } } @@ -520,7 +520,7 @@ $red: rgb(178, 6, 16); } - .registration-accepted { + .registration-processed { .message-copy { margin: 0 0 ($baseline/2) 0; diff --git a/lms/templates/test_center_register.html b/lms/templates/test_center_register.html index fb1d70506b..09f25fbb65 100644 --- a/lms/templates/test_center_register.html +++ b/lms/templates/test_center_register.html @@ -110,9 +110,9 @@ Contact exam-help@edx.org - -
-

Your registration for the Pearson exam has been accepted

+ +
+

Your registration for the Pearson exam has been processed

Your registration number is 12345678901 (Write this down! You’ll need it to schedule your exam.)

Schedule Pearson exam
@@ -120,7 +120,7 @@

Your registration for the Pearson exam is pending

-

Once your information is accepted, it will be forwarded to Pearson and you will be able to schedule an exam.

+

Once your information is processed, it will be forwarded to Pearson and you will be able to schedule an exam.

% endif @@ -312,14 +312,14 @@