Skip to content

Commit 9ece337

Browse files
authored
fix: remove proctortrack references (#1825)
Update all descriptions mentioning proctortrack with a generic message. openedx/edx-platform#36329
1 parent d3235af commit 9ece337

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

src/course-home/outline-tab/messages.ts

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -204,122 +204,122 @@ const messages = defineMessages({
204204
notStartedProctoringStatus: {
205205
id: 'learning.proctoringPanel.status.notStarted',
206206
defaultMessage: 'Not Started',
207-
description: 'It indcate that proctortrack onboarding exam hasn’t started yet',
207+
description: 'It indcate that proctored onboarding exam hasn’t started yet',
208208
},
209209
startedProctoringStatus: {
210210
id: 'learning.proctoringPanel.status.started',
211211
defaultMessage: 'Started',
212-
description: 'Label to indicate the starting status of the proctortrack onboarding exam',
212+
description: 'Label to indicate the starting status of the proctored onboarding exam',
213213
},
214214
submittedProctoringStatus: {
215215
id: 'learning.proctoringPanel.status.submitted',
216216
defaultMessage: 'Submitted',
217-
description: 'Label to indicate the submitted status of proctortrack onboarding exam',
217+
description: 'Label to indicate the submitted status of proctored onboarding exam',
218218
},
219219
verifiedProctoringStatus: {
220220
id: 'learning.proctoringPanel.status.verified',
221221
defaultMessage: 'Verified',
222-
description: 'Label to indicate the verified status of the proctortrack onboarding exam',
222+
description: 'Label to indicate the verified status of the proctored onboarding exam',
223223
},
224224
rejectedProctoringStatus: {
225225
id: 'learning.proctoringPanel.status.rejected',
226226
defaultMessage: 'Rejected',
227-
description: 'Label to indicate the rejection status of the proctortrack onboarding exam',
227+
description: 'Label to indicate the rejection status of the proctored onboarding exam',
228228
},
229229
errorProctoringStatus: {
230230
id: 'learning.proctoringPanel.status.error',
231231
defaultMessage: 'Error',
232-
description: 'Label to indicate that there is error in proctortrack onboarding exam',
232+
description: 'Label to indicate that there is error in proctored onboarding exam',
233233
},
234234
otherCourseApprovedProctoringStatus: {
235235
id: 'learning.proctoringPanel.status.otherCourseApproved',
236236
defaultMessage: 'Approved in Another Course',
237-
description: 'Label to indicate that the proctortrack onboarding exam is verified based on taking onboarding exam on another course',
237+
description: 'Label to indicate that the proctored onboarding exam is verified based on taking onboarding exam on another course',
238238
},
239239
expiringSoonProctoringStatus: {
240240
id: 'learning.proctoringPanel.status.expiringSoon',
241241
defaultMessage: 'Expiring Soon',
242-
description: 'A label to indicate that proctortrack onboarding exam will expire soon',
242+
description: 'A label to indicate that proctored onboarding exam will expire soon',
243243
},
244244
expiredProctoringStatus: {
245245
id: 'learning.proctoringPanel.status.expired',
246246
defaultMessage: 'Expired',
247-
description: 'A label to indicate that proctortrack onboarding exam has expired',
247+
description: 'A label to indicate that proctored onboarding exam has expired',
248248
},
249249
proctoringCurrentStatus: {
250250
id: 'learning.proctoringPanel.status',
251251
defaultMessage: 'Current Onboarding Status:',
252-
description: 'The text that precede the status label of proctortrack onboarding exam',
252+
description: 'The text that precede the status label of proctored onboarding exam',
253253
},
254254
notStartedProctoringMessage: {
255255
id: 'learning.proctoringPanel.message.notStarted',
256256
defaultMessage: 'You have not started your onboarding exam.',
257-
description: 'The text that explain the meaning of (not started) label of the proctortrack onboarding exam',
257+
description: 'The text that explain the meaning of (not started) label of the proctored onboarding exam',
258258
},
259259
startedProctoringMessage: {
260260
id: 'learning.proctoringPanel.message.started',
261261
defaultMessage: 'You have started your onboarding exam.',
262-
description: 'The text that explain the meaning of (started) label of the proctortrack onboarding exam',
262+
description: 'The text that explain the meaning of (started) label of the proctored onboarding exam',
263263
},
264264
submittedProctoringMessage: {
265265
id: 'learning.proctoringPanel.message.submitted',
266266
defaultMessage: 'You have submitted your onboarding exam.',
267-
description: 'The text that explain the meaning of (submitted) label of the proctortrack onboarding exam',
267+
description: 'The text that explain the meaning of (submitted) label of the proctored onboarding exam',
268268
},
269269
verifiedProctoringMessage: {
270270
id: 'learning.proctoringPanel.message.verified',
271271
defaultMessage: 'Your onboarding exam has been approved in this course.',
272-
description: 'The text that explain the meaning of (verified) label of the proctortrack onboarding exam',
272+
description: 'The text that explain the meaning of (verified) label of the proctored onboarding exam',
273273
},
274274
rejectedProctoringMessage: {
275275
id: 'learning.proctoringPanel.message.rejected',
276276
defaultMessage: 'Your onboarding exam has been rejected. Please retry onboarding.',
277-
description: 'The text that explain the meaning of (rejected) label of the proctortrack onboarding exam',
277+
description: 'The text that explain the meaning of (rejected) label of the proctored onboarding exam',
278278
},
279279
errorProctoringMessage: {
280280
id: 'learning.proctoringPanel.message.error',
281281
defaultMessage: 'An error has occurred during your onboarding exam. Please retry onboarding.',
282-
description: 'The text that explain the meaning of (error) label of the proctortrack onboarding exam',
282+
description: 'The text that explain the meaning of (error) label of the proctored onboarding exam',
283283
},
284284
otherCourseApprovedProctoringMessage: {
285285
id: 'learning.proctoringPanel.message.otherCourseApproved',
286286
defaultMessage: 'Your onboarding exam has been approved in another course.',
287-
description: 'The text that explain the meaning of (approved in another course) label of the proctortrack onboarding exam',
287+
description: 'The text that explain the meaning of (approved in another course) label of the proctored onboarding exam',
288288
},
289289
otherCourseApprovedProctoringDetail: {
290290
id: 'learning.proctoringPanel.detail.otherCourseApproved',
291291
defaultMessage: 'If your device has changed, we recommend that you complete this course\'s onboarding exam in order to ensure that your setup still meets the requirements for proctoring.',
292-
description: 'The text that recommend an action when the status of the proctortrack onboarding exam is (approved in another course)',
292+
description: 'The text that recommend an action when the status of the proctored onboarding exam is (approved in another course)',
293293
},
294294
expiringSoonProctoringMessage: {
295295
id: 'learning.proctoringPanel.message.expiringSoon',
296296
defaultMessage: 'Your onboarding profile has been approved. However, your onboarding status is expiring soon. Please complete onboarding again to ensure that you will be able to continue taking proctored exams.',
297-
description: 'The text that recommend an action when the status of the proctortrack onboarding exam is (expiring soon)',
297+
description: 'The text that recommend an action when the status of the proctored onboarding exam is (expiring soon)',
298298
},
299299
expiredProctoringMessage: {
300300
id: 'learning.proctoringPanel.message.expired',
301301
defaultMessage: 'Your onboarding status has expired. Please complete onboarding again to continue taking proctored exams.',
302-
description: 'The text that recommend an action when the status of the proctortrack onboarding exam is (expired)',
302+
description: 'The text that recommend an action when the status of the proctored onboarding exam is (expired)',
303303
},
304304
proctoringPanelGeneralInfo: {
305305
id: 'learning.proctoringPanel.generalInfo',
306306
defaultMessage: 'You must complete the onboarding process prior to taking any proctored exam. ',
307-
description: 'It indicate key and important fact to learner about the importance of taking proctortrack onboarding exam',
307+
description: 'It indicate key and important fact to learner about the importance of taking proctored onboarding exam',
308308
},
309309
proctoringPanelGeneralInfoSubmitted: {
310310
id: 'learning.proctoringPanel.generalInfoSubmitted',
311311
defaultMessage: 'Your submitted profile is in review.',
312-
description: 'The text that explain the meaning of (in review) label of the proctortrack onboarding exam',
312+
description: 'The text that explain the meaning of (in review) label of the proctored onboarding exam',
313313
},
314314
proctoringPanelGeneralTime: {
315315
id: 'learning.proctoringPanel.generalTime',
316316
defaultMessage: 'Onboarding profile review can take 2+ business days.',
317-
description: 'This text explain for how long the (in review) status of the proctortrack onboarding exam might remain',
317+
description: 'This text explain for how long the (in review) status of the proctored onboarding exam might remain',
318318
},
319319
proctoringOnboardingButton: {
320320
id: 'learning.proctoringPanel.onboardingButton',
321321
defaultMessage: 'Complete Onboarding',
322-
description: 'Text shown on the button that starts the actual proctortrack onboarding exam when it is released',
322+
description: 'Text shown on the button that starts the actual proctored onboarding exam when it is released',
323323
},
324324
proctoringOnboardingPracticeButton: {
325325
id: 'learning.proctoringPanel.onboardingPracticeButton',
@@ -329,17 +329,17 @@ const messages = defineMessages({
329329
proctoringOnboardingButtonNotOpen: {
330330
id: 'learning.proctoringPanel.onboardingButtonNotOpen',
331331
defaultMessage: 'Onboarding Opens: {releaseDate}',
332-
description: 'It indicate when or from when the learner can take the proctortrack onboarding exam',
332+
description: 'It indicate when or from when the learner can take the proctored onboarding exam',
333333
},
334334
proctoringReviewRequirementsButton: {
335335
id: 'learning.proctoringPanel.reviewRequirementsButton',
336336
defaultMessage: 'Review instructions and system requirements',
337-
description: 'Anchor text for button which redirect leaner to doc or a detailed page about proctortrack onboarding exam',
337+
description: 'Anchor text for button which redirect leaner to doc or a detailed page about proctored onboarding exam',
338338
},
339339
proctoringOnboardingButtonPastDue: {
340340
id: 'learning.proctoringPanel.onboardingButtonPastDue',
341341
defaultMessage: 'Onboarding Past Due',
342-
description: 'Text that show when the deadline of proctortrack onboarding exam has passed, it appears on button that start the onboarding exam however for this case the button is disabled for obvious reason',
342+
description: 'Text that show when the deadline of proctored onboarding exam has passed, it appears on button that start the onboarding exam however for this case the button is disabled for obvious reason',
343343
},
344344
sequenceDueDate: {
345345
id: 'learning.outline.sequence-due-date-set',

0 commit comments

Comments
 (0)