use additional translation keys for registration
This commit is contained in:
@@ -65,15 +65,15 @@
|
||||
|
||||
<!-- TODO translate labels -->
|
||||
<input id="import-recent" type="checkbox" checked />
|
||||
<label for="import-recent">Import pad history (Recommended)</label><br />
|
||||
<label for="import-recent" data-localization="register_importRecent"></label><br />
|
||||
|
||||
<input id="accept-terms" type="checkbox" />
|
||||
<label for="accept-terms">I accept <a href="/terms.html">the terms</a></label><br />
|
||||
<label for="accept-terms" data-localization="register_acceptTerms"></label><br />
|
||||
|
||||
<input id="promise" type="checkbox" />
|
||||
<label for="promise">I will remember my username and password</label><br />
|
||||
<label for="promise" data-localization="register_rememberPassword"></label><br />
|
||||
|
||||
<button id="register" class="btn btn-primary" data-localization="login_login">Sign up</button>
|
||||
<button id="register" class="btn btn-primary" data-localization="login_register"></button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user