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

Commit

Permalink
Fixed typo in email confirmation modal
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinansfield committed Jan 8, 2020
1 parent 3f7f381 commit 8f13756
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/templates/components/modal-confirm-email-send.hbs
Expand Up @@ -8,7 +8,7 @@
<p>
Your post will be delivered to
<strong>{{if this.model.paidOnly "all paid members" (pluralize this.model.memberCount "member")}}</strong>
and will be published on your site{{#if this.model.isScheduled}} at the scheduled time{{/if}}. Sounds good?
and will be published on your site{{#if this.model.isScheduled}} at the scheduled time{{/if}}. Sound good?
</p>
</div>

Expand Down Expand Up @@ -47,7 +47,7 @@
<span>Error details</span>
</button>
</p>

{{#liquid-if this.errorDetailsOpen}}
<p class="error gh-box gh-box-error mt3 mb3">
{{svg-jar "warning"}}
Expand Down

0 comments on commit 8f13756

Please sign in to comment.