From 0f08aa66fda58968ed10dca9e35920fde18b1393 Mon Sep 17 00:00:00 2001 From: Simon Chen Date: Wed, 22 Jul 2020 15:26:41 -0400 Subject: [PATCH] Update the error messages based on copy provided by Deen (#13) --- src/proctored-exam-settings/ProctoredExamSettings.jsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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.
);