diff --git a/ghost/admin/app/components/modal-post-history.hbs b/ghost/admin/app/components/modal-post-history.hbs
index 7ff9653d31..7cf741fca1 100644
--- a/ghost/admin/app/components/modal-post-history.hbs
+++ b/ghost/admin/app/components/modal-post-history.hbs
@@ -51,10 +51,11 @@
{{gh-format-post-time revision.createdAt format="D MMM YYYY, HH:mm"}}{{this.timezone}}
{{#if revision.latest}}
Latest
+ {{#if (eq revision.postStatus "published")}}
+ {{{revision.postStatus}}}
+ {{/if}}
{{/if}}
- {{#if revision.published}}
- Published
- {{/if}}
+
{{revision.author.name}}