Fix tax exempt email template (#28964)

GitOrigin-RevId: 8171c12f0255079c6b4e47238d7f436babb59bca
This commit is contained in:
Liangjun Song
2025-10-13 09:01:17 +01:00
committed by Copybot
parent fd0d21fbbd
commit 293157149e
@@ -992,13 +992,13 @@ templates.taxExemptCertificateRequired = NoCTAEmailTemplate({
'<li>Your IRS determination letter (for non-profits and similar organizations)</li>',
'<li>Your state resale or exemption certificate</li>',
'</ul>',
`These should match the EIN you provided:${opts.ein}.`,
`These should match the EIN you provided: ${opts.ein}.`,
'If you have any questions, let us know by replying to this email.',
'<br/>',
'Best wishes,',
'Team Overleaf',
'<br/>',
`Our reference:${opts.stripeCustomerId}`,
`Our reference: ${opts.stripeCustomerId}`,
]
},
})