0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Copy update on Member details

This commit is contained in:
Peter Zimon 2021-05-18 11:42:16 +02:00
parent 97866adb37
commit b9ba7045a4

View file

@ -107,10 +107,10 @@
{{#unless this.products}} {{#unless this.products}}
<div class="gh-main-section-content bordered"> <div class="gh-main-section-content bordered">
<div class="gh-cp-memberproduct-noproduct"> <div class="gh-cp-memberproduct-noproduct">
<div class="mb2">This member doesn't have any subscriptions.</div> <div class="mb2">This member doesn't have subscriptions.</div>
{{#unless this.member.isNew}} {{#unless this.member.isNew}}
<button type="button" class="gh-btn gh-btn-text green gh-btn-icon gh-btn-addproduct" {{action (toggle "showMemberProductModal" this)}}> <button type="button" class="gh-btn gh-btn-text green gh-btn-icon gh-btn-addproduct" {{action (toggle "showMemberProductModal" this)}}>
<span>{{svg-jar "add"}} Add subscription</span> <span>{{svg-jar "add"}} Add complimentary subscription</span>
</button> </button>
{{/unless}} {{/unless}}
</div> </div>
@ -180,7 +180,7 @@
<div class="gh-memberproduct-list-footer"> <div class="gh-memberproduct-list-footer">
<button type="button" class="gh-btn gh-btn-text green gh-btn-icon gh-btn-addproduct" {{action (toggle "showMemberProductModal" this)}}> <button type="button" class="gh-btn gh-btn-text green gh-btn-icon gh-btn-addproduct" {{action (toggle "showMemberProductModal" this)}}>
<span>{{svg-jar "add"}} Add subscription</span> <span>{{svg-jar "add"}} Add complimentary subscription</span>
</button> </button>
</div> </div>
</div> </div>