Custom product copy refinements

This commit is contained in:
Peter Zimon 2021-05-11 11:55:24 +02:00
parent d08264e4f9
commit 8af115aeee
2 changed files with 3 additions and 3 deletions

View File

@ -134,7 +134,7 @@
<span class="gh-cp-memberproduct-price">{{sub.price.currencySymbol}}{{sub.price.nonDecimalAmount}}/{{sub.price.interval}}</span>
&ndash;
{{#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>

View File

@ -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}}