mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 14:03:48 +03:00
Refined post status and email warning copy
This commit is contained in:
parent
9127c72df4
commit
d6ad183948
@ -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
|
||||
|
@ -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"}}>
|
||||
|
Loading…
Reference in New Issue
Block a user