diff --git a/ghost/admin/app/components/gh-editor-post-status.hbs b/ghost/admin/app/components/gh-editor-post-status.hbs index f349c005ac..629dcbeb04 100644 --- a/ghost/admin/app/components/gh-editor-post-status.hbs +++ b/ghost/admin/app/components/gh-editor-post-status.hbs @@ -1,22 +1,20 @@ -{{#if this._isSaving}} - Saving... -{{else if (or this.post.isPublished this.post.pastScheduledTime)}} - Published - {{#if (or (eq this.post.email.status "submitting") (eq this.post.email.status "submitting"))}} - and sending to {{pluralize this.post.email.emailCount "member"}} - {{else if (eq this.post.email.status "submitted")}} - and sent to {{pluralize this.post.email.emailCount "member"}} - {{/if}} -{{else if this.post.isScheduled}} - {{#if this.countdown}} -