diff --git a/ghost/admin/app/components/modal-post-success.hbs b/ghost/admin/app/components/modal-post-success.hbs index 5b9456abf1..44e9d6dc88 100644 --- a/ghost/admin/app/components/modal-post-success.hbs +++ b/ghost/admin/app/components/modal-post-success.hbs @@ -5,22 +5,16 @@ All set! {{else}} - {{#if this.showPostCount}} - Boom! It's out there. - {{else}} - Your post is published. - {{/if}} + {{if this.showPostCount "Boom! It's out there." "Your post is published."}} {{#if this.post.isPost}} {{#if this.post.emailOnly}} Your email has been sent. + {{else if this.showPostCount}} + That's {{format-number this.postCount}} {{gh-pluralize this.postCount "post" without-count=true}} published. {{else}} - {{#if this.showPostCount}} - That's {{format-number this.postCount}} {{gh-pluralize this.postCount "post" without-count=true}} published. - {{else}} - Spread the word! - {{/if}} + Spread the word! {{/if}} {{else}} Your page is published. @@ -30,54 +24,68 @@ - {{#if (and this.post.isPublished (not this.post.emailOnly))}} - {{else}} - + {{/if}} {{#if this.post.emailOnly}} - {{/unless}} +