diff --git a/ghost/admin/app/components/modal-post-success.hbs b/ghost/admin/app/components/modal-post-success.hbs
index 745f2df0fe..9174b2659d 100644
--- a/ghost/admin/app/components/modal-post-success.hbs
+++ b/ghost/admin/app/components/modal-post-success.hbs
@@ -7,7 +7,9 @@
- {{#unless this.post.isScheduled}}
+ {{#if this.post.isScheduled}}
+ All set!
+ {{else}}
Boom! It's out there.
{{#if this.post.emailOnly}}
@@ -20,9 +22,7 @@
{{/if}}
{{/if}}
- {{else}}
- All set!
- {{/unless}}
+ {{/if}}