improve words

This commit is contained in:
Minecon724 2024-10-30 15:43:01 +01:00
parent 7aa86c71ba
commit 28f3522538
Signed by: Minecon724
GPG key ID: 3CCC4D267742C8E8

View file

@ -1,33 +1,15 @@
{#include layout} {#include layout}
{#pageTitle}Delete account{/pageTitle} {#pageTitle}Delete account{/pageTitle}
{#if user:loggedIn}
<p>Logged in as <strong>{user:name}</strong></p> <p>Logged in as <strong>{user:name}</strong></p>
<p>Right after you click the button:</p> <p>Right after you click the button:</p>
<ul> <ul>
<li>Your account <strong>{user:name}</strong> will be deleted.</li> <li>Your account <strong>{user:name}</strong> is deleted.</li>
<li>Your user page and talk page, along with their subpages, and all revisions from all users, will be deleted.</li> <li>Pages under your user namespace <strong>{user:name}/</strong> and their talk pages, and all revisions from all users, are deleted.</li>
<li>Your <strong>{revisionCount}</strong> authored revisions will remain, but your name will be replaced with a shared "Deleted User"</li> <!-- TODO optimize the size operation --> <li>Your <strong>{revisionCount}</strong> authored revisions are anonymized</li>
<li>Your username will become available.</li> <li>Your username <strong>{user:name}</strong> is freed immediately.</li>
</ul> </ul>
{#else}
<p>
Logged in as IP address <strong>{user:name}</strong>
<br>
Your IP address is also an account, it's stored and treated as such.
</p>
<p>Right after you click the button:</p>
<ul>
<li>Your account <strong>{user:name}</strong> will be deleted.</li>
<li>Your user page and talk page, along with their subpages, and all revisions from all users, will be deleted.</li>
<li>Your authored revisions will remain, but your name will be replaced with a shared "Deleted User"</li>
<li>If you continue your activity on this website, your account will be re-created.</li>
</ul>
{/if}
<p>While data is deleted on our side, it probably has been saved on third party archiving websites. This is beyond our control, and we take no responsibility for it.</p>
<form method="post" action="/auth/action/delete"> <form method="post" action="/auth/action/delete">
<label for="confirm">I confirm</label> <label for="confirm">I confirm</label>