diff --git a/ghost/admin/app/components/modal-delete-user.hbs b/ghost/admin/app/components/modal-delete-user.hbs index 07e3f8f403..d62f48b326 100644 --- a/ghost/admin/app/components/modal-delete-user.hbs +++ b/ghost/admin/app/components/modal-delete-user.hbs @@ -9,7 +9,7 @@ {{this.user.name}} will be permanently deleted and their {{gh-pluralize this.user.count.posts 'post'}} will be automatically assigned to {{this.ownerUser.name}}.

-

+

To make these easy to find in the future, each post will be given an internal tag of #{{this.user.slug}}

{{else}} diff --git a/ghost/admin/app/styles/layouts/user.css b/ghost/admin/app/styles/layouts/user.css index c983152ac9..b3ac7690df 100644 --- a/ghost/admin/app/styles/layouts/user.css +++ b/ghost/admin/app/styles/layouts/user.css @@ -162,6 +162,14 @@ } } +/* Delete user modal +/* ---------------------------------------------------------- */ + +.gh-transfer-tag strong { + color: var(--midgrey); + font-weight: 600; +} + /* Notifications */ .user-settings-heading { border-top: 1px solid var(--lightgrey);