Merge pull request #116 from MAGICGrants/deduction-wording

Improve donation deduction wording
This commit is contained in:
Artur
2024-12-17 18:29:46 -03:00
committed by GitHub

View File

@@ -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}