diff --git a/ghost/admin/app/components/modal-confirm-email-send.hbs b/ghost/admin/app/components/modal-confirm-email-send.hbs index 3e45c44aee..59fecf3efc 100644 --- a/ghost/admin/app/components/modal-confirm-email-send.hbs +++ b/ghost/admin/app/components/modal-confirm-email-send.hbs @@ -4,12 +4,26 @@ -
- Your post will be delivered to - {{this.deliveredToMessage}} - and will be published on your site{{#if this.model.isScheduled}} at the scheduled time{{/if}}. Sound good? -
++ Your post will be delivered to + + {{#if this.model.paidOnly}} + {{!-- TODO: remove editor fallback once editors can query member counts --}} + {{if this.session.user.isEditor "all paid members" (gh-pluralize this.paidMemberCount "paid member")}} + {{else}} + {{!-- TODO: remove editor fallback once editors can query member counts --}} + {{if this.session.user.isEditor "all members" (gh-pluralize this.model.memberCount "member")}} + {{/if}} + + and will be published on your site{{#if this.model.isScheduled}} at the scheduled time{{/if}}. Sound good? +
+ {{/if}}