Skip to content

Commit

Permalink
changed error message for attendee scan
Browse files Browse the repository at this point in the history
  • Loading branch information
s0phialiu committed Feb 17, 2024
1 parent 5649362 commit 1eb526f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ extension HIScanQRCodeViewController: AVCaptureMetadataOutputObjectsDelegate {
self.respondingToQRCodeFound = true
case "The operation couldn’t be completed. (APIManager.APIRequestError error 0.)":
alertTitle = "Error!"
alertMessage = "Invalid/expired QR code. Refresh your profile or verify you're checking into the correct event."
alertMessage = "Your QR code is either invalid/expired or you have already checked into this event."
self.respondingToQRCodeFound = true
default:
alertTitle = "Error!"
Expand Down

0 comments on commit 1eb526f

Please sign in to comment.