diff --git a/pingpong/canvas.py b/pingpong/canvas.py index 31444e68a..58b52503b 100644 --- a/pingpong/canvas.py +++ b/pingpong/canvas.py @@ -537,7 +537,7 @@ async def _roster_access_check(self, course_id: str) -> bool: ) raise CanvasException( code=403, - detail="You do not have permission to access SIS information for at least one user in this class. Please ask another privileged user to set up Canvas Sync. If you're still facing issues, contact your Canvas administrator.", + detail="You do not have permission to access SSO information for at least one user in this class. Please ask another privileged user to set up Canvas Sync. If you're still facing issues, contact your Canvas administrator.", ) if not user.get("email"): if self.sync_with_incomplete_profiles: