diff --git a/ghost/admin/app/templates/components/modal-delete-user.hbs b/ghost/admin/app/templates/components/modal-delete-user.hbs
index 030aaee792..22001e193a 100644
--- a/ghost/admin/app/templates/components/modal-delete-user.hbs
+++ b/ghost/admin/app/templates/components/modal-delete-user.hbs
@@ -7,14 +7,16 @@
WARNING: You are about to delete the user '{{this.user.name}}'. There is no way to recover this.
{{#if this.user.count.posts}}
- - The user will not have access to this blog anymore
+ - The user will not have access to this site anymore
- {{pluralize this.user.count.posts 'post'}} created by this user will be deleted
- All other user data will be deleted
+ - A backup of the site contents will be automatically downloaded to your computer before deletion
{{else}}
- - User will not have access to this blog anymore
- - All user data will be deleted.
+ - User will not have access to this site anymore
+ - All user data will be deleted
+ - A backup of the site contents will be automatically downloaded to your computer before deletion
{{/if}}