Skip to content

Commit a0ae3a7

Browse files
committed
Updated donation report statement
1 parent b770036 commit a0ae3a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/donations/PrintAllStatementsPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ export const PrintAllStatementsPage = () => {
484484
Please retain this document for your tax records. For questions regarding this statement, please contact the church office.
485485
</p>
486486
<p style={{ fontSize: "10px", marginTop: "4px" }}>
487-
No goods or services were provided by {context.userChurch?.church?.name} for this donation. {context.userChurch?.church?.name} is a non-profit organization.
487+
No goods or services were provided by {context.userChurch?.church?.name} in return for these contributions. The only benefit received was an intangible religious benefit. {context.userChurch?.church?.name} is a non-profit organization.
488488
</p>
489489
</div>
490490
</div>

src/donations/PrintDonationPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ export const PrintDonationPage = () => {
439439
Please retain this document for your tax records. For questions regarding this statement, please contact the church office.
440440
</p>
441441
<p style={{ fontSize: "10px", marginTop: "4px" }}>
442-
No goods or services were provided by {context.userChurch?.church?.name} for this donation. {context.userChurch?.church?.name} is a non-profit organization.
442+
No goods or services were provided by {context.userChurch?.church?.name} in return for these contributions. The only benefit received was an intangible religious benefit. {context.userChurch?.church?.name} is a non-profit organization.
443443
</p>
444444
</div>
445445
</div>

0 commit comments

Comments
 (0)