fix: Generalize a couple remaining Proctortrack references (#2746)

Just a few leftovers from: https://github.com/openedx/frontend-app-authoring/pull/2645

Full context: https://github.com/openedx/edx-platform/issues/36329
This commit is contained in:
Kyle McCormick
2025-12-11 00:07:29 -05:00
committed by GitHub
parent 833a838348
commit 67a5694ca3

View File

@@ -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',