diff --git a/ghost/admin/app/components/gh-posts-list-item.hbs b/ghost/admin/app/components/gh-posts-list-item.hbs index e4b60a7688..18560db6e3 100644 --- a/ghost/admin/app/components/gh-posts-list-item.hbs +++ b/ghost/admin/app/components/gh-posts-list-item.hbs @@ -33,7 +33,7 @@ {{#if (or @post.email @post.willEmail)}} {{#if (eq @post.email.status "submitted")}} - {{@post.email.emailCount}} + {{@post.email.emailCount}} {{gh-pluralize @post.email.emailCount "send"}} {{/if}} @@ -46,7 +46,7 @@ {{#if (and @post.email.trackOpens (eq @post.email.status "submitted"))}}
- + {{#if this.isHovered}} {{@post.email.openedCount}} {{else}}