diff --git a/server/emails/src/emails/customer_session_code.tsx b/server/emails/src/emails/customer_session_code.tsx index a545a91b5c..51f3795bb1 100644 --- a/server/emails/src/emails/customer_session_code.tsx +++ b/server/emails/src/emails/customer_session_code.tsx @@ -16,21 +16,18 @@ export function CustomerSessionCode({ }: schemas['CustomerSessionCodeProps']) { return ( - - Here is your code to access your {organization.name} purchases - + Your code to access purchases for {organization.name}. - Here is your code to access your {organization.name}{' '} + Use the code below to access your purchases for {organization.name}. +
This code is only valid for the next {code_lifetime_minutes} minutes.
- - You should input this code at the following URL - + Enter this code at the following URL: {url}