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|}}
- {{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.
- {{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}} />