From d47f2faa58c8db4ec1d56936284ad9858073e112 Mon Sep 17 00:00:00 2001 From: Jonathan Barrow Date: Mon, 11 May 2026 19:45:05 -0400 Subject: [PATCH] chore: update capitalization in "PNID deleted" email --- src/util.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/util.ts b/src/util.ts index 4597ace..7390920 100644 --- a/src/util.ts +++ b/src/util.ts @@ -292,9 +292,9 @@ export async function sendPNIDDeletedEmail(emailAddress: string, username: strin .addHeader('Dear {{pnid}}.', { pnid: username }) .addParagraph('Your PNID has been scheduled for deletion.') .addParagraph(`Your account and related data will be permanently deleted in 7 days (${deletionDate}). Note that this will not free the username associated with the account for use in future accounts.`) - .addParagraph('You may restore your account at any time before the deletion date. To do so, email [restore-account@pretendo.network](mailto:restore-account@pretendo.network?subject=Requesting%20account%20restore&body=Please%20restore%20my%20account) from the email address used to register, with the subject "Requesting account restore" and your PNID username in the body. Requests must be submitted more than 24 hours before the deletion date, as after this point your data may be unrecoverable. For additional help, visit our [forum](https://forum.pretendo.network/) or [Discord server](https://discord.pretendo.network/).') + .addParagraph('You may restore your account at any time before the deletion date. To do so, email [restore-account@pretendo.network](mailto:restore-account@pretendo.network?subject=Requesting%20account%20restore&body=Please%20restore%20my%20account) from the email address used to register, with the subject "Requesting account restore" and your PNID username in the body. Requests must be submitted more than 24 hours before the deletion date, as after this point your data may be unrecoverable. For additional help, visit our [Forum](https://forum.pretendo.network/) or [Discord server](https://discord.pretendo.network/).') .addParagraph('If you have or have had an active tier subscription, your associated Stripe data (including payment info and invoices) will be permanently deleted on the deletion date and cannot be restored.') - .addParagraph('No new charges will be made during the grace period, even if a renewal would normally occur. If your account is restored with an active subscription, you may need to resubscribe. If you notice unexpected charges during the grace period, please contact us via our [forum](https://forum.pretendo.network/) or [Discord server](https://discord.pretendo.network/) before the deletion date.'); + .addParagraph('No new charges will be made during the grace period, even if a renewal would normally occur. If your account is restored with an active subscription, you may need to resubscribe. If you notice unexpected charges during the grace period, please contact us via our [Forum](https://forum.pretendo.network/) or [Discord server](https://discord.pretendo.network/) before the deletion date.'); const options = { to: emailAddress,