Skip to content

Commit

Permalink
fix: error message
Browse files Browse the repository at this point in the history
  • Loading branch information
gmat224 committed Dec 11, 2024
1 parent 8bc3b59 commit 4b11c27
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion web/src/components/forms/CheckoutInformationForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,9 @@ export default function CheckoutInformationForm({
<p className="mt-2 text-center text-sm text-red-500">
An error has occurred while submitting, please try again later.
<br />
If this is a double ticket, both ticket holders must be members
If this is a double ticket, both ticket holders must be members.
<br />
If this is a Member ticket, make sure you haven't already purchased a Member ticket.
</p>
) : (
<></>
Expand Down

0 comments on commit 4b11c27

Please sign in to comment.