Fix minor things

This commit is contained in:
rubenwardy
2020-12-09 23:59:01 +00:00
parent 5fb01f01bf
commit 7efdf5cfef
3 changed files with 23 additions and 18 deletions

View File

@@ -17,11 +17,12 @@
{{ _("This will delete your account, removing %(threads)d threads and %(replies)d replies.",
threads=user.threads.count(), replies=user.replies.count()) }}
</p>
{% else %}
{% else %}
<p>
{{ _("As you have packages and/or forum threads, your account can be fully deleted.") }}
{{ _("As you have packages and/or forum threads, your account cannot be fully deleted.") }}
{{ _("Instead, your account will be deactivated and all personal information wiped - including %(threads)d threads and %(replies)d replies.",
threads=user.threads.count(), replies=user.replies.count()) }}
{{ _("See the privacy policy for more information.") }}
</p>
{% endif %}