From c7de8d33587da8a8e699d9f16610203deeb8cc99 Mon Sep 17 00:00:00 2001 From: Naz Date: Tue, 12 Jul 2022 13:09:02 +0100 Subject: [PATCH] Updated copy for user deletion modal refs https://github.com/TryGhost/Ghost/issues/15008 - When the user is removed the new flow adds a special tag and reassignes all the user-owned posts to the owner user. Updated copy to inform about this behavior clearly --- ghost/admin/app/components/modal-delete-user.hbs | 6 +++++- ghost/admin/app/components/modal-delete-user.js | 7 +++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ghost/admin/app/components/modal-delete-user.hbs b/ghost/admin/app/components/modal-delete-user.hbs index 536cd2aa2f..07e3f8f403 100644 --- a/ghost/admin/app/components/modal-delete-user.hbs +++ b/ghost/admin/app/components/modal-delete-user.hbs @@ -6,7 +6,11 @@