0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-18 02:21:47 -05:00

Copy change for subtitle on shareModal

This commit is contained in:
Daniël van der Winden 2024-08-13 14:41:18 +02:00
parent 21a7b0bc00
commit ee7973b271

View file

@ -1,5 +1,5 @@
<div class="modal-content">
{{#if (this.post.featureImage)}}
{{#if (and this.post.featureImage (not this.post.emailOnly))}}
<figure class="modal-image">
<img src="{{this.post.featureImage}}" alt="{{this.post.title}}">
</figure>
@ -15,7 +15,7 @@
<button type="button" class="close" title="Close" {{on "click" @close}}>{{svg-jar "close"}}<span class="hidden">Close</span></button>
<div class="modal-body">
Spread the word and share your post with your audience.
Tell your audience, spread the word, and increase your reach.
</div>
<footer class="modal-footer">