Skip to content

Commit

Permalink
Revise renewal email (#27)
Browse files Browse the repository at this point in the history
This PR clarifies where to find the active terms setting and makes
additional minor changes to help with the flow.
  • Loading branch information
ben-z authored Jan 1, 2025
1 parent 477f02e commit def2f1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions emails/account-renewal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@ export function Email(props: EmailProps) {
<span style={{ fontWeight: "bold" }}> {expiresOn}</span> (in {daysUntilExpiry} days).
</Text>
<Text>
Your last active term was <span style={{ fontWeight: "bold" }}> {lastActiveTerm}</span>. To renew your access, please update your selection for "Active Terms" at <Link href={renewalLink}>this link</Link>.
Your last active term was <span style={{ fontWeight: "bold" }}> {lastActiveTerm}</span>. To renew access, please submit <Link href={renewalLink}>this form</Link> with updated information about which terms you are active. You can find the setting under "General" {">"} "Active Terms" within the form.
</Text>
<Text>
You may receive additional reminders as the expiry date approaches.
If you would like to revoke your access earlier, please submit <Link href={expiryLink}>this prepopulated form</Link>.
To stop receiving notification emails, you can revoke your access earlier by submitting this <Link href={expiryLink}>prepopulated form</Link>.
</Text>

<Text>
On expiry, your services will be affected as follows:
Upon expiry, your services will be affected in the following ways:
</Text>
<Hr style={{ marginTop: "20px", marginBottom: "20px" }} />
<Markdown markdownContainerStyles={{ color: "#333", fontSize: "14px", lineHeight: "24px" }}>{expiryDetails}</Markdown>
Expand Down

0 comments on commit def2f1e

Please sign in to comment.