Remove ‘register account’ language

We always call it ‘create account’.
This commit is contained in:
Chris Hill-Scott
2016-06-30 10:46:06 +01:00
committed by GitHub
parent d9c284418b
commit 052fc7c787

View File

@@ -12,7 +12,7 @@
<div class="column-two-thirds">
<h1 class="heading-large">Sign in</h1>
<p>If you do not have an account, you can <a href="register">register for one now</a>.</p>
<p>If you do not have an account, you can <a href="register">create one now</a>.</p>
<form method="post" autocomplete="nope">
{{ textbox(form.email_address) }}