Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revise renewal email #27

Merged
merged 1 commit into from
Jan 1, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading