diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-02-20 15:54:35 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-02-20 15:54:35 +0000 |
commit | 577e26282626ef640aa75dbc02e727a3977a1784 (patch) | |
tree | 37c62ce628457ac38d0ad7f80d0d2687669ee49b | |
parent | 0b2285782686fc6c32916dea46a1a3e86d160d15 (diff) |
Update Zurich register button.
-rw-r--r-- | templates/web/zurich/auth/general.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/zurich/auth/general.html b/templates/web/zurich/auth/general.html index ce1f11666..23af75dcf 100644 --- a/templates/web/zurich/auth/general.html +++ b/templates/web/zurich/auth/general.html @@ -61,7 +61,7 @@ END %] <label for="password_register">[% loc('Password (optional)') %]</label> <div class="form-txt-submit-box"> <input type="password" class="required" name="password_register" id="password_register" value="" placeholder="[% loc('Enter a password') %]"> - <input class="green-btn" type="submit" name="email_sign_in" value="[% loc('Sign in') %]"> + <input class="green-btn" type="submit" name="email_sign_in" value="Registieren"> </div> </div> |