diff --git a/services/web/app/src/Features/Email/EmailBuilder.js b/services/web/app/src/Features/Email/EmailBuilder.js
index fd7844ff64..c4845c8764 100644
--- a/services/web/app/src/Features/Email/EmailBuilder.js
+++ b/services/web/app/src/Features/Email/EmailBuilder.js
@@ -992,13 +992,13 @@ templates.taxExemptCertificateRequired = NoCTAEmailTemplate({
'
Your IRS determination letter (for non-profits and similar organizations)',
'Your state resale or exemption certificate',
'',
- `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.',
'
',
'Best wishes,',
'Team Overleaf',
'
',
- `Our reference:${opts.stripeCustomerId}`,
+ `Our reference: ${opts.stripeCustomerId}`,
]
},
})