@edx/edx-proctoring
Advanced tools
Comparing version 3.8.8 to 3.8.9
@@ -32,3 +32,3 @@ (function(Backbone, $) { | ||
status: gettext('Verified'), | ||
message: gettext('You can now take proctored exams in this course.') | ||
message: gettext('Your onboarding exam has been approved in this course.') | ||
}, | ||
@@ -45,3 +45,3 @@ rejected: { | ||
status: gettext('Approved in Another Course'), | ||
message: gettext('You are eligible to take proctored exams in this course.'), | ||
message: gettext('Your onboarding exam has been approved in another course.'), | ||
detail: gettext( | ||
@@ -56,4 +56,3 @@ 'If your device has changed, we recommend that you complete this ' + | ||
message: gettext( | ||
'Your onboarding profile has been approved in another course, ' + | ||
'so you are eligible to take proctored exams in this course. ' + | ||
'Your onboarding profile has been approved in another course. ' + | ||
'However, your onboarding status is expiring soon. Please ' + | ||
@@ -60,0 +59,0 @@ 'complete onboarding again to ensure that you will be ' + |
@@ -448,3 +448,3 @@ /* global LearnerOnboardingModel:false */ | ||
expect(this.proctored_exam_info.$el.find('.onboarding-status-message').html()) | ||
.toContain('You are eligible to take proctored exams'); | ||
.toContain('Your onboarding exam has been approved in another course'); | ||
expect(this.proctored_exam_info.$el.find('.onboarding-status-detail').html()) | ||
@@ -451,0 +451,0 @@ .toContain('we recommend that you complete'); |
@@ -5,3 +5,3 @@ { | ||
"//": "Note that the version format is slightly different than that of the Python version when using prereleases.", | ||
"version": "3.8.8", | ||
"version": "3.8.9", | ||
"main": "edx_proctoring/static/index.js", | ||
@@ -8,0 +8,0 @@ "scripts":{ |
Sorry, the diff of this file is not supported yet
979350
18073