Skip to content

Commit

Permalink
Change to message
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmonisit committed Oct 26, 2024
1 parent 092a004 commit 9342daf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/dashboard/views/organizerView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -388,9 +388,9 @@ function OrganizerView() {
}}
setOpen={setShowForceAttendance}
open={showForceAttendance}
content={`This hacker has already attended this event.
Are you sure you want to force another attendance count?`}
title={'Multiple attendance detected for this event.'}
content={`Either this student has reached event attendance limit or the student is not checked in.
Do you want to force attendance? (If they are not checked in, scan in will fail.)`}
title={`An error occurred.`}
/>
)}
{confirmation && (
Expand Down

0 comments on commit 9342daf

Please sign in to comment.