unify colon usage in labeling of registration template
This commit is contained in:
parent
f09ee5c7b3
commit
a3bda6d2d5
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@
|
|||
|
||||
<!-- Password input-->
|
||||
<div class="control-group">
|
||||
<label class="control-label" for="password">{% trans %}Passwort{% endtrans %}:</label>
|
||||
<label class="control-label" for="password">{% trans %}Passwort{% endtrans %}</label>
|
||||
<div class="controls">
|
||||
<input id="password" name="password" placeholder="" class="input-xlarge" required="" type="password">
|
||||
<p class="help-block">{% trans %}Bitte wähle ein starkes Passwort. Also mindestens 8, besser 12 oder mehr Zeichen mit einer möglichst großen Variation aus Klein- und Großbuchstaben, Zahlen und Sonderzeichen.{% endtrans %}</p>
|
||||
|
|
Reference in a new issue