mirror of
https://github.com/healthchecks/healthchecks.git
synced 2025-04-08 14:40:05 +00:00
Fix wording in the "Close Account" dialog.
This commit is contained in:
parent
eaf49f2367
commit
f35f5893d8
1 changed files with 2 additions and 2 deletions
|
@ -90,8 +90,8 @@
|
|||
<div class="modal-body">
|
||||
<p></p>
|
||||
<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>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
|
|
Loading…
Add table
Reference in a new issue