diff --git a/ghost/admin/app/components/posts/analytics.hbs b/ghost/admin/app/components/posts/analytics.hbs index d9de794d64..d3cccd7c73 100644 --- a/ghost/admin/app/components/posts/analytics.hbs +++ b/ghost/admin/app/components/posts/analytics.hbs @@ -55,8 +55,8 @@ {{#if this.post.showEmailOpenAnalytics }}
-

{{this.post.email.openRate}}%

-

{{format-number this.post.email.openedCount}} opened

+

{{format-number this.post.email.openedCount}}

+

Opened — {{this.post.email.openRate}}%

{{/if}} @@ -64,8 +64,8 @@ {{#if this.post.showEmailClickAnalytics }}
-

{{this.post.clickRate}}%

-

{{format-number this.post.count.clicks}} clicked

+

{{format-number this.post.count.clicks}}

+

Clicked — {{this.post.clickRate}}%

{{/if}}