diff --git a/ghost/admin/app/components/posts/post-activity-feed.hbs b/ghost/admin/app/components/posts/post-activity-feed.hbs index 102c090ffc..2be3c8cf53 100644 --- a/ghost/admin/app/components/posts/post-activity-feed.hbs +++ b/ghost/admin/app/components/posts/post-activity-feed.hbs @@ -21,20 +21,20 @@

Once someone receives your email, you'll be able to see the member activity here.

{{else if (eq this.eventType "opened")}} {{svg-jar "empty-opened"}} -

No members have opened your email yet

-

Once someone opens your email, you'll be able to see the member activity here.

+

No members have opened your newsletter

+

Once someone opens, you'll see them listed here.

{{else if (eq this.eventType "clicked")}} {{svg-jar "empty-clicked"}} -

No members have clicked in your email yet

-

Once someone clicks in your email, you'll be able to see the member activity here.

+

No links have been clicked in your newsletter

+

Once a member clicks a link, you'll see them listed here.

{{else if (eq this.eventType "feedback")}} {{svg-jar "empty-feedback"}} -

No members have responded with feedback yet

-

Once someone has responded with feedback, you'll be able to see the member activity here.

+

No members have given feedback yet

+

When someone does, you'll see their response here.

{{else if (eq this.eventType "conversion")}} {{svg-jar "empty-conversion"}} -

No members have signed up or upgraded yet

-

Once someone has signed up or upgraded, you'll be able to see the member activity here.

+

No members have signed up on this post

+

When someone new signs up, you'll see them here.

{{/if}}