diff --git a/locales/en_US.json b/locales/en_US.json index 0ba6b86..6331f93 100644 --- a/locales/en_US.json +++ b/locales/en_US.json @@ -385,7 +385,7 @@ "delete": { "button": "Delete Account", "modalTitle": "Delete PNID", - "modalDescription": "Are you sure you want to delete your PNID? Your data across services such as the forums, Miiverse, etc. will all be removed. Your Stripe data and subscription will also be automatically deleted.", + "modalDescription": "Are you sure you want to delete your PNID? Please consider the following before deletion:\n\nYour account data across all Pretendo Network services (this includes Forum and Juxtaposition) will be erased.\nYour Stripe data and subscription will be automatically deleted.\nYou will not be able to use the same PNID on a new account in the future.\nDeleting an account does not solve issues with bans or technical support. If you have an issue please use the Forum for assistance.", "modalCaution": "This action cannot be undone.", "modalConfirm": "Yes, delete" } diff --git a/views/account/account.handlebars b/views/account/account.handlebars index bb20b75..5de959d 100644 --- a/views/account/account.handlebars +++ b/views/account/account.handlebars @@ -205,7 +205,7 @@
- {{ locale.account.settings.delete.modalDescription }}
+ {{ locale.account.settings.delete.modalDescription }}
{{ locale.account.settings.delete.modalCaution}}