<%= render 'common/modal_header', title: 'Edit donation thank-you note' %>

You can add a custom thank-you note that gets added to the top of all donation email receipts.

<%= raw @nonprofit.thank_you_note || "Thank you for your contribution!" %>
<%= render 'components/forms/submit_button', scope: 'receipt' %>