From bd348dc2975029d48e459e148b48517c8d239635 Mon Sep 17 00:00:00 2001 From: Ronald Langeveld Date: Tue, 20 Jun 2023 14:52:51 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Improved=20copy=20on=20page=20&?= =?UTF-8?q?=20post=20revisions=20(#17068)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit no issue Updates the labels of the post history components to reflect the type of content (post or page). It modifies the `restore-revision`, `gh-post-settings-menu`, and `modal-post-history` components. --- ghost/admin/app/components/gh-post-settings-menu.hbs | 2 +- ghost/admin/app/components/modal-post-history.hbs | 2 +- ghost/admin/app/components/modals/restore-revision.js | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ghost/admin/app/components/gh-post-settings-menu.hbs b/ghost/admin/app/components/gh-post-settings-menu.hbs index 2fcfb32809..3076b4d3b1 100644 --- a/ghost/admin/app/components/gh-post-settings-menu.hbs +++ b/ghost/admin/app/components/gh-post-settings-menu.hbs @@ -152,7 +152,7 @@ {{#if this.canViewPostHistory}} diff --git a/ghost/admin/app/components/modal-post-history.hbs b/ghost/admin/app/components/modal-post-history.hbs index 562ac674ad..4795ea8103 100644 --- a/ghost/admin/app/components/modal-post-history.hbs +++ b/ghost/admin/app/components/modal-post-history.hbs @@ -34,7 +34,7 @@ {{svg-jar "arrow-left"}} -

Post history

+

{{capitalize this.post.displayName}} history