Skip to content

Commit

Permalink
SEBSERV-574 fixed text
Browse files Browse the repository at this point in the history
  • Loading branch information
anhefti committed Aug 27, 2024
1 parent 9e70b39 commit 081b994
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ private static void notifyUnauthorized(final PageAction _action, final CurrentUs
.pageContext()
.notifyError(
new LocTextKey("sebserver.monitoring.sps.noaccess"),
new RuntimeException("Please make sure you are assigned as supporter for this Exam"));
new RuntimeException("No access to Screen Proctoring. Please make sure you are assigned as Exam Supporter for this exam."));
}

private PageAction openExamProctoringRoom(
Expand Down

0 comments on commit 081b994

Please sign in to comment.