diff --git a/ghost/admin/app/components/editor-labs/modals/publish-flow/complete-with-email-error.hbs b/ghost/admin/app/components/editor-labs/modals/publish-flow/complete-with-email-error.hbs index 8812cf3413..7555be3294 100644 --- a/ghost/admin/app/components/editor-labs/modals/publish-flow/complete-with-email-error.hbs +++ b/ghost/admin/app/components/editor-labs/modals/publish-flow/complete-with-email-error.hbs @@ -1,33 +1,22 @@ {{#let @publishOptions.post as |post|}}
- Boom. It’s out there. - - {{#if post.emailOnly}} - Your email has been created. - {{else if (and post.isPost @postCount)}} - That’s {{@postCount}} posts published, keep going! - {{else}} - Your {{post.displayName}} has been published. - {{/if}} -
- -

- {{svg-jar "warning"}} + Uh-oh. {{#if @publishOptions.willOnlyEmail}} Your post has been created but the email failed to send. {{else}} - Your post has been published but the email failed to send. + Your {{post.displayName}} has been published but the email failed to send. {{/if}} + - Please verify your email settings if the error persists. +

+ {{this.emailErrorMessage}}

- Email error: {{this.emailErrorMessage}} + Please verify your email settings if the error persists.

{{#if this.retryErrorMessage}}

- {{svg-jar "warning"}} {{this.retryErrorMessage}}

{{/if}} @@ -38,7 +27,7 @@ @buttonText="Retry sending email" @runningText="Sending" @successText="Sent" - @class="gh-btn gh-btn-large" + @class="gh-btn gh-btn-large gh-btn-red" @showIcon={{false}} />