Browse Source

Fix wording in the "Close Account" dialog.

pull/214/head
Pēteris Caune 6 years ago
parent
commit
f35f5893d8
No known key found for this signature in database GPG Key ID: E28D7679E9A9EDE2
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      templates/accounts/profile.html

+ 2
- 2
templates/accounts/profile.html View File

@ -90,8 +90,8 @@
<div class="modal-body"> <div class="modal-body">
<p></p> <p></p>
<p>You are about to permanently remove <p>You are about to permanently remove
the account <strong>{{ profile }}</strong> and all
of its associated checks and integrations. Are you sure?
the account <strong>{{ request.user.email }}</strong> and all
of its associated projects, checks and integrations. Are you sure?
</p> </p>
</div> </div>
<div class="modal-footer"> <div class="modal-footer">


Loading…
Cancel
Save