diff --git a/src/proctored-exam-settings/ProctoredExamSettings.jsx b/src/proctored-exam-settings/ProctoredExamSettings.jsx index f7e3aadb7..105762340 100644 --- a/src/proctored-exam-settings/ProctoredExamSettings.jsx +++ b/src/proctored-exam-settings/ProctoredExamSettings.jsx @@ -154,8 +154,9 @@ function ExamSettings(props) { return (
- The page encountered errors. Please try again later. If the problem persists, please - go to edX Support Page to get help. + We encountered a technical error when loading this page. + This might be a temporary issue, so please try again in a few minutes. + If the problem persists, please go to edX Support Page for help.
); @@ -165,7 +166,8 @@ function ExamSettings(props) { return (
- You do not have enough permission to view this page. + You are not authorized to view this page. If you feel you should have access, + please reach out to your course team admin to be given access.
);