mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-01 02:41:39 -05:00
Fixed post/page wording on "View published x on site" button
This commit is contained in:
parent
8fb0d6ebb2
commit
c6fdfab454
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
|||
<button type="button" class="gh-btn gh-btn-black gh-btn-large" {{on "click" @close}}><span>Back to {{post.displayName}}</span></button>
|
||||
{{#unless post.emailOnly}}
|
||||
<div class="gh-publish-cta-secondary">
|
||||
<a href={{post.url}} class="gh-btn gh-btn-link gh-btn-large" target="_blank" rel="noopener noreferrer">View published post on site</a>
|
||||
<a href={{post.url}} class="gh-btn gh-btn-link gh-btn-large" target="_blank" rel="noopener noreferrer">View published {{post.displayName}} on site</a>
|
||||
</div>
|
||||
{{/unless}}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue