Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/events/duo-attendance-scanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ export function DuoAttendanceScanner({
</h3>
<p className="text-white/50 text-[11px] leading-tight mt-0.5">
{isTeamEvent
? "Scan any team member's QR code to mark attendance for the entire team."
? "Each team member needs to scan their own QR code to mark attendance."
: `Currently marking ${
scanMode === "IN" ? "Entry" : "Exit"
} time. Switch tab to change.`}
Expand Down
2 changes: 1 addition & 1 deletion src/components/events/solo-attendance-scanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ export function SoloAttendanceScanner({
</h3>
<p className="text-white/50 text-[11px] leading-tight mt-0.5">
{isTeamEvent ? (
"Only one member of the team needs to mark attendance for the whole team."
"All team members need to mark attendance separately."
) : (
<>
Attendance is marked only{" "}
Expand Down