diff --git a/ghost/admin/app/components/editor/modals/publish-flow/complete.hbs b/ghost/admin/app/components/editor/modals/publish-flow/complete.hbs index 9181b79ad4..2c4d146fca 100644 --- a/ghost/admin/app/components/editor/modals/publish-flow/complete.hbs +++ b/ghost/admin/app/components/editor/modals/publish-flow/complete.hbs @@ -35,7 +35,7 @@ {{#if post.emailOnly}} -
+

Your post {{if post.isScheduled "will be" "was"}} diff --git a/ghost/admin/app/components/editor/modals/publish-flow/confirm.js b/ghost/admin/app/components/editor/modals/publish-flow/confirm.js index e5262fb029..6247e07415 100644 --- a/ghost/admin/app/components/editor/modals/publish-flow/confirm.js +++ b/ghost/admin/app/components/editor/modals/publish-flow/confirm.js @@ -23,7 +23,7 @@ export default class PublishFlowOptions extends Component { buttonTextMap = { 'publish+send': { - idle: 'Publish & Send', + idle: 'Publish & send', running: 'Publishing & sending', success: 'Published & sent' }, diff --git a/ghost/admin/app/components/editor/modals/publish-flow/options.hbs b/ghost/admin/app/components/editor/modals/publish-flow/options.hbs index 95bb472c36..f2ac69907d 100644 --- a/ghost/admin/app/components/editor/modals/publish-flow/options.hbs +++ b/ghost/admin/app/components/editor/modals/publish-flow/options.hbs @@ -109,7 +109,7 @@

{{/if}} -
+