From 42009eb9ed735bff892221dfc2e33f1d3c753841 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20der=20Winden?= Date: Thu, 29 Aug 2024 12:41:02 +0200 Subject: [PATCH] Updated subtitle logic (#20876) It was previously not displaying the correct text for when a post is published + emailed. That's solved now. --- ghost/admin/app/components/modal-post-success.hbs | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/ghost/admin/app/components/modal-post-success.hbs b/ghost/admin/app/components/modal-post-success.hbs index c97df2a9e4..88fd6afbdc 100644 --- a/ghost/admin/app/components/modal-post-success.hbs +++ b/ghost/admin/app/components/modal-post-success.hbs @@ -24,7 +24,7 @@ - {{#if (not (and this.post.isPublished (not this.post.emailOnly)))}} + {{#if (or (not this.post.isPublished) this.post.emailOnly (or this.post.hasEmail this.post.willEmail))}}