diff --git a/src/main/resources/default-content/account-delete-confirmed.json b/src/main/resources/default-content/account-delete-confirmed.json index 9fd9711cace07ee97053ad688076f23df544ed5f..88c6cec7a80e0573ba31b890ad946a500cebfed4 100644 --- a/src/main/resources/default-content/account-delete-confirmed.json +++ b/src/main/resources/default-content/account-delete-confirmed.json @@ -2,6 +2,6 @@ "template": false, "en": { "title": "Removal of your user account is confirmed", - "body": "
We are processing your request to remove your Genesys user account!
\r\nThe user account is now disabled and you can no longer use it to log into Genesys. All personal information associated with the user account will be removed from Genesys within a grace period of 1 month.
" + "body": "We are processing your request to remove your Genesys user account!
\r\nThe user account is now disabled. You can no longer use it to log into Genesys. All personal information associated with your user account will be removed from Genesys within one month.
" } } diff --git a/src/main/resources/default-content/account-delete-requested.json b/src/main/resources/default-content/account-delete-requested.json index 81e1fe970fff1cf39fd7c7d30018c8913b36f452..77a3b3121de48761483303252eb6087fc6e2264a 100644 --- a/src/main/resources/default-content/account-delete-requested.json +++ b/src/main/resources/default-content/account-delete-requested.json @@ -2,6 +2,6 @@ "template": false, "en": { "title": "Confirm removal of your user account", - "body": "A message was sent to your registered email address with a link to confirm your request.
\r\nTo remove your user account, please:
\r\n\r\n
" + "body": "
A message was sent to your registered email address with a link to confirm removal of your Genesys user account.
\r\nTo remove your user account, please:
\r\nDear {1},
\r\nWe are processing your request to remove your Genesys user account {2}. Your user account is now disabled and you can no longer use it to log into Genesys.
\r\nAll personal information will be removed from Genesys within a grace period of 1 month.
\r\n\r\n
Sorry to see you go,
Genesys PGR team
Dear {1},
\r\nWe are processing your request to remove your Genesys PGR user account {2}. Your user account is now disabled and you can no longer use it to log into Genesys.
\r\nAll personal information will be removed from Genesys within one month.
\r\n\r\n
Sorry to see you go,
Genesys PGR team
We're sorry to see you go. When your user account is deleted from Genesys any personal information associated with the account is removed from Genesys.
\r\nYou can always contact us at helpdesk@genesys-pgr.org to expedite the process.
\r\nClick Delete to initiate the account removal process.
" + "body": "We're sorry to see you go. Any personal information associated with your account will be removed from Genesys.
\r\nYou can always contact us at helpdesk@genesys-pgr.org to expedite the process.
\r\nClick Delete to initiate the account removal process.
" } -} \ No newline at end of file +}