Skip to content

Commit

Permalink
Update copy for donation tickets
Browse files Browse the repository at this point in the history
  • Loading branch information
daveearley committed Jun 16, 2024
1 parent 3c725c6 commit 29ecceb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/forms/TicketForm/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,9 @@ export const TicketForm = ({form, ticket}: TicketFormProps) => {
},
{
icon: <IconHeartDollar/>,
label: t`Donation Ticket`,
label: t`Donation / Pay what you'd like ticket`,
value: 'DONATION',
description: t`Set a minimum price and let users donate more`,
description: t`Set a minimum price and let users pay more if they choose`,
},
{
icon: <IconCoins/>,
Expand Down

0 comments on commit 29ecceb

Please sign in to comment.