mirror of
https://github.com/MAGICGrants/campaign-site.git
synced 2026-01-09 12:27:59 -05:00
Merge pull request #116 from MAGICGrants/deduction-wording
Improve donation deduction wording
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user