Refined post status and email warning copy

This commit is contained in:
Peter Zimon 2019-11-08 15:38:25 +07:00
parent 9127c72df4
commit d6ad183948
2 changed files with 2 additions and 3 deletions

View File

@ -3,7 +3,7 @@
{{else if (or this.post.isPublished this.post.pastScheduledTime)}}
Published
{{#if this.post.email}}
Sent to {{this.post.email.emailCount}} members
and sent to {{pluralize this.post.email.emailCount "member"}}
{{/if}}
{{else if this.post.isScheduled}}
Scheduled

View File

@ -325,8 +325,7 @@
{{#if mailgunError}}
<p class="gh-box gh-box-warning settings-menu-mailgun-warning">
{{svg-jar "info" class="w5 h5 fill-yellow nl1"}}
You need to configure Mailgun in {{#link-to "settings.labs" data-test-nav="labs"}}Labs → Members settings{{/link-to}} to
enable sending posts in email.
You need to configure Mailgun in {{#link-to "settings.labs" data-test-nav="labs"}}Labs → Members settings{{/link-to}} to enable email newsletters.
</p>
{{/if}}
<form {{action "discardEnter" on="submit"}}>