mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-03-21 17:24:28 -05:00
chore: Update text for deletion modal
Some checks failed
Build and Publish Docker Image / build-publish (push) Has been cancelled
Some checks failed
Build and Publish Docker Image / build-publish (push) Has been cancelled
This commit is contained in:
parent
afdfb0313c
commit
be25c9b89e
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user