From c576e53b7df4772375b3fc427f0156c3eda43d90 Mon Sep 17 00:00:00 2001 From: Kyle McCormick Date: Wed, 10 Dec 2025 19:19:35 -0500 Subject: [PATCH] docs: Generalize a couple remaining Proctortrack references --- src/course-checklist/ChecklistSection/messages.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/course-checklist/ChecklistSection/messages.js b/src/course-checklist/ChecklistSection/messages.js index 106e0bf0b2..ddf40b7d64 100644 --- a/src/course-checklist/ChecklistSection/messages.js +++ b/src/course-checklist/ChecklistSection/messages.js @@ -103,13 +103,13 @@ const messages = defineMessages({ }, proctoringEmailShortDescription: { id: 'proctoringEmailShortDescription', - defaultMessage: 'Add a proctortrack escalation email', + defaultMessage: 'Add an escalation email for this proctoring provider', description: 'Label for a section that describes proctoring escalation email', }, proctoringEmailLongDescription: { id: 'proctoringEmailLongDescription', - defaultMessage: 'Courses using Proctortrack require an escalation email. Ensure learners and Support can contact your course team regarding proctoring issues (e.g. appeals, exam resets, etc).', - description: 'Description for a section that prompts the user to add a Proctortrack escalation email for the course', + defaultMessage: 'The selected proctoring provider requires an escalation email. Ensure learners and Support can contact your course team regarding proctoring issues (e.g. appeals, exam resets, etc).', + description: 'Description for a section that prompts the user to add a proctoring escalation email for the course', }, updateLinkLabel: { id: 'updateLinkLabel',