Skip to content

Commit

Permalink
Improve donation deduction wording
Browse files Browse the repository at this point in the history
  • Loading branch information
SamsungGalaxyPlayer committed Dec 17, 2024
1 parent d3cef90 commit e8002f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/[fund]/donate/[slug].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ function DonationPage({ fund: fundSlug, slug, project }: Props) {
name="taxDeductible"
render={({ field }) => (
<FormItem className="space-y-3">
<FormLabel>Do you want this donation to be tax deductible? (US only)</FormLabel>
<FormLabel>Do you want this donation to potentially qualify for a tax deduction? (US only)</FormLabel>
<FormControl>
<RadioGroup
onValueChange={field.onChange}
Expand Down

0 comments on commit e8002f7

Please sign in to comment.