From d04b2e04d632bca95addbdb7b4e5f7bfe3452c58 Mon Sep 17 00:00:00 2001 From: Sanne de Vries Date: Thu, 16 Mar 2023 18:19:45 +0100 Subject: [PATCH] Updated copy from "Comments" to "Comment" Refs https://github.com/TryGhost/Team/issues/2714 --- .../app/components/modals/newsletters/edit/preview-labs.hbs | 6 +++--- ghost/admin/app/styles/layouts/members.css | 6 +++++- .../admin/public/assets/icons/{comments.svg => comment.svg} | 1 + 3 files changed, 9 insertions(+), 4 deletions(-) rename ghost/admin/public/assets/icons/{comments.svg => comment.svg} (92%) diff --git a/ghost/admin/app/components/modals/newsletters/edit/preview-labs.hbs b/ghost/admin/app/components/modals/newsletters/edit/preview-labs.hbs index 3016d3675a8..cb899e8f4c0 100644 --- a/ghost/admin/app/components/modals/newsletters/edit/preview-labs.hbs +++ b/ghost/admin/app/components/modals/newsletters/edit/preview-labs.hbs @@ -32,7 +32,7 @@

By {{or this.session.user.name this.session.user.email}} {{moment-format (moment-site-tz) "D MMM YYYY"}} {{#if this.showCommentCta}} - {{svg-jar "comments"}} + {{svg-jar "comment"}} {{/if}}

@@ -67,8 +67,8 @@ {{#if this.showCommentCta}} + @text="Comment" + @icon="comment" /> {{/if}} diff --git a/ghost/admin/app/styles/layouts/members.css b/ghost/admin/app/styles/layouts/members.css index 9b31e650902..f946ecc11c6 100644 --- a/ghost/admin/app/styles/layouts/members.css +++ b/ghost/admin/app/styles/layouts/members.css @@ -2087,7 +2087,7 @@ p.gh-members-import-errordetail:first-of-type { .gh-members-emailpreview-meta p span::before{ content: "•"; - padding: 0 4px; + padding: 0 4px 0 2px; } .gh-members-emailpreview-title p span { @@ -2116,6 +2116,10 @@ p.gh-members-import-errordetail:first-of-type { stroke-width: 1.5px; } +.gh-members-emailpreview-comment-link { + display: inline-block; +} + .gh-members-emailpreview-featureimage { width: 100%; max-width: 600px; diff --git a/ghost/admin/public/assets/icons/comments.svg b/ghost/admin/public/assets/icons/comment.svg similarity index 92% rename from ghost/admin/public/assets/icons/comments.svg rename to ghost/admin/public/assets/icons/comment.svg index e3e7185e4cd..dfbcd4dc9a7 100644 --- a/ghost/admin/public/assets/icons/comments.svg +++ b/ghost/admin/public/assets/icons/comment.svg @@ -1,3 +1,4 @@ + Comment \ No newline at end of file