mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
Custom product copy refinements
This commit is contained in:
parent
d08264e4f9
commit
8af115aeee
@ -134,7 +134,7 @@
|
||||
<span class="gh-cp-memberproduct-price">{{sub.price.currencySymbol}}{{sub.price.nonDecimalAmount}}/{{sub.price.interval}}</span>
|
||||
–
|
||||
{{#if sub.cancel_at_period_end}}
|
||||
<span class="gh-cp-memberproduct-renewal">Cancels {{sub.validUntil}}</span>
|
||||
<span class="gh-cp-memberproduct-renewal">Has access until {{sub.validUntil}}</span>
|
||||
<span class="gh-badge archived">Cancelled</span>
|
||||
{{else}}
|
||||
<span class="gh-cp-memberproduct-renewal">Renews {{sub.validUntil}}</span>
|
||||
|
@ -44,7 +44,7 @@
|
||||
<span class="blue">{{svg-jar "eye"}}</span>
|
||||
<div>
|
||||
<h4>Access</h4>
|
||||
<p>Configure members usage and default access levels</p>
|
||||
<p>Configure usage and default access levels</p>
|
||||
</div>
|
||||
</LinkTo>
|
||||
<LinkTo class="gh-setting-group" @route="settings.products" data-test-nav="members-access">
|
||||
@ -73,7 +73,7 @@
|
||||
<span class="blue">{{svg-jar "piggy-bank"}}</span>
|
||||
<div>
|
||||
<h4>Payments</h4>
|
||||
<p>Connect to Stripe and set up prices</p>
|
||||
<p>Stripe connection settings</p>
|
||||
</div>
|
||||
</LinkTo>
|
||||
{{/if}}
|
||||
|
Loading…
Reference in New Issue
Block a user