Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Removing error box in email failure modal
Browse files Browse the repository at this point in the history
  • Loading branch information
peterzimon committed Nov 22, 2019
1 parent 4290887 commit 3a49d48
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions app/templates/components/modal-confirm-email-send.hbs
Expand Up @@ -32,12 +32,7 @@
<button class="close" title="Close" {{on "click" this.closeModal}}>{{svg-jar "close"}}<span class="hidden">Close</span></button>

<div class="modal-body">
<p>Your post has been published but the email failed to send.</p>
<p class="error gh-box gh-box-error">
{{svg-jar "warning"}}
Error: {{this.errorMessage}}
</p>
<p>Please check your Mailgun configuration under <LinkTo @route="settings.labs">Labs → Members</LinkTo> if the error persists.</p>
<p>Your post has been published but the email failed to send. Please check your <LinkTo @route="settings.labs">Mailgun configuration</LinkTo> under Labs → Members if the error persists.</p>
</div>

<div class="modal-footer">
Expand Down

0 comments on commit 3a49d48

Please sign in to comment.