Skip to content

Spacing for account deletion UI #20282

Description

@JacobCoffee

There is a missing space somewhere in here:

<section id="delete-account">
<h2>{% trans %}Delete account{% endtrans %}</h2>
<div class="callout-block{% if not active_projects %} callout-block--danger{% endif %}">
{% if active_projects %}
<h3>{% trans %}Cannot delete account{% endtrans %}</h3>
<p>
{% trans count=active_projects|length %}
Your account is currently the <strong>sole owner</strong> of {{ count }} project.
{% pluralize %}
Your account is currently the <strong>sole owner</strong> of {{ count }} projects.
{% endtrans %}
{% trans count=active_projects|length %}
You must transfer ownership or delete this project before you can delete your account.
{% pluralize %}
You must transfer ownership or delete these projects before you can delete your account.
{% endtrans %}
</p>

on /manage/account/ at the bottom

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    UX/UIdesign, user experience, user interfacegood first issueThis issue is ideal for first-time contributors!

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions