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"}} -Once someone opens your email, you'll be able to see the member activity here.
+Once someone opens, you'll see them listed here.
{{else if (eq this.eventType "clicked")}} {{svg-jar "empty-clicked"}} -Once someone clicks in your email, you'll be able to see the member activity here.
+Once a member clicks a link, you'll see them listed here.
{{else if (eq this.eventType "feedback")}} {{svg-jar "empty-feedback"}} -Once someone has responded with feedback, you'll be able to see the member activity here.
+When someone does, you'll see their response here.
{{else if (eq this.eventType "conversion")}} {{svg-jar "empty-conversion"}} -Once someone has signed up or upgraded, you'll be able to see the member activity here.
+When someone new signs up, you'll see them here.
{{/if}}