chore: Update text for deletion modal
Some checks failed
Build and Publish Docker Image / build-publish (push) Has been cancelled

This commit is contained in:
mrjvs 2025-10-24 23:09:40 +02:00
parent afdfb0313c
commit be25c9b89e
2 changed files with 2 additions and 2 deletions

View File

@ -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"
}

View File

@ -205,7 +205,7 @@
<div class="modal">
<h1 class="title dot">{{ locale.account.settings.delete.modalTitle }}</h1>
<p class="modal-caption">
{{ locale.account.settings.delete.modalDescription }}<br><br>
<span style="white-space: pre-line;">{{ locale.account.settings.delete.modalDescription }}</span><br><br>
{{ locale.account.settings.delete.modalCaution}}
</p>
<div class="modal-button-wrapper">