Improved wording.
This commit is contained in:
parent
de1e62e79f
commit
4108c78722
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
<div class="signup fullscreen">
|
||||
<div class="fullscreen-center">
|
||||
<div class="hero-unit fullscreen-body">
|
||||
<h1><%- @T( 'Join' ) %> <%= @C( 'product_name' ) %></h1>
|
||||
<h1><%- @T('Join %s', @C('product_name')) %></h1>
|
||||
<form>
|
||||
<div class="form-controls">
|
||||
<a class="btn btn--text btn--subtle js-cancel" href="#login"><%- @T('Cancel & Go Back') %></a>
|
||||
|
|
Loading…
Reference in a new issue