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

Refined copy

This commit is contained in:
Peter Zimon 2021-05-19 18:07:25 +02:00
parent d72a3ecaf0
commit 84efeef8d1
2 changed files with 3 additions and 3 deletions

View file

@ -44,7 +44,7 @@
<span class="blue">{{svg-jar "portal-logo-stroke"}}</span> <span class="blue">{{svg-jar "portal-logo-stroke"}}</span>
<div> <div>
<h4>Membership</h4> <h4>Membership</h4>
<p>Access, prices and sign-up options</p> <p>Access, subscription, and pricing options</p>
</div> </div>
</LinkTo> </LinkTo>
{{#if this.session.user.isOwner}} {{#if this.session.user.isOwner}}

View file

@ -75,7 +75,7 @@
<div class="gh-expandable-header"> <div class="gh-expandable-header">
<div> <div>
<h4 class="gh-expandable-title">Free</h4> <h4 class="gh-expandable-title">Free</h4>
<p class="gh-expandable-description">Free membership signup settings</p> <p class="gh-expandable-description">Free member sign up settings</p>
</div> </div>
<button type="button" class="gh-btn" {{on "click" (toggle "freeOpen" this)}} data-test-toggle-pub-info><span>{{if this.freeOpen "Close" "Expand"}}</span></button> <button type="button" class="gh-btn" {{on "click" (toggle "freeOpen" this)}} data-test-toggle-pub-info><span>{{if this.freeOpen "Close" "Expand"}}</span></button>
</div> </div>
@ -108,7 +108,7 @@
<div class="gh-expandable-header"> <div class="gh-expandable-header">
<div> <div>
<h4 class="gh-expandable-title">Premium</h4> <h4 class="gh-expandable-title">Premium</h4>
<p class="gh-expandable-description">Customise prices and premium signup options</p> <p class="gh-expandable-description">Set prices and paid member sign up settings</p>
</div> </div>
{{#if this.settings.stripeConnectAccountId}} {{#if this.settings.stripeConnectAccountId}}