mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Updated copy on default content CTA
no refs. - updated button copy for logged in free members on default content CTA
This commit is contained in:
parent
46932c6d75
commit
ff2d9ebdfd
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
<h2>This post is for subscribers only</h2>
|
<h2>This post is for subscribers only</h2>
|
||||||
{{/has}}
|
{{/has}}
|
||||||
{{#if @member}}
|
{{#if @member}}
|
||||||
<a class="gh-btn" data-portal="account/plans" style="color:{{accentColor}}">Subscribe now</a>
|
<a class="gh-btn" data-portal="account/plans" style="color:{{accentColor}}">Upgrade your account</a>
|
||||||
{{else}}
|
{{else}}
|
||||||
<a class="gh-btn" data-portal="signup" style="color:{{accentColor}}">Subscribe now</a>
|
<a class="gh-btn" data-portal="signup" style="color:{{accentColor}}">Subscribe now</a>
|
||||||
<p><small>Already have an account? <a data-portal="signin">Sign in</a></small></p>
|
<p><small>Already have an account? <a data-portal="signin">Sign in</a></small></p>
|
||||||
|
|
Loading…
Reference in a new issue