Change newsletter buttons to say "Newsletter"
The word "Subscribe" is ambiguous because it could also mean the print magazine :P
This commit is contained in:
parent
15c8ff8d10
commit
5c1c8a0a4e
2 changed files with 2 additions and 2 deletions
|
@ -62,7 +62,7 @@
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
{{#unless @member}}
|
{{#unless @member}}
|
||||||
<a class="gh-head-button" href="#/portal/signup">Subscribe</a>
|
<a class="gh-head-button" href="#/portal/signup">Newsletter</a>
|
||||||
{{else}}
|
{{else}}
|
||||||
<a class="gh-head-button" href="#/portal/account">Account</a>
|
<a class="gh-head-button" href="#/portal/account">Account</a>
|
||||||
{{/unless}}
|
{{/unless}}
|
||||||
|
|
|
@ -27,7 +27,7 @@ into the {body} of the default.hbs template --}}
|
||||||
{{#unless @member}}
|
{{#unless @member}}
|
||||||
<a class="header-cta-button" href="#/portal">
|
<a class="header-cta-button" href="#/portal">
|
||||||
<div>Enter your email</div>
|
<div>Enter your email</div>
|
||||||
<span>Subscribe</span>
|
<span>Sign up</span>
|
||||||
</a>
|
</a>
|
||||||
{{/unless}}
|
{{/unless}}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue