[FIX] typo

This commit is contained in:
iAmShorty 2014-04-02 17:37:02 +02:00
parent 68d87633e2
commit 88aa40351b
3 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@
{nocache}<input class="form-control" id="disabledInput" type="text" value="{$GLOBAL.userdata.coin_address|escape}" disabled />{/nocache} {nocache}<input class="form-control" id="disabledInput" type="text" value="{$GLOBAL.userdata.coin_address|escape}" disabled />{/nocache}
</div> </div>
<div class="form-group"> <div class="form-group">
<label>4 digit PIN</label> <label>4 Digit PIN</label>
<input class="form-control" type="password" name="authPin" size="4" maxlength="4" /> <input class="form-control" type="password" name="authPin" size="4" maxlength="4" />
</div> </div>
</div> </div>

View File

@ -54,7 +54,7 @@
<font size="1">Hide username on website from others. Admins can still get your user information.</font> <font size="1">Hide username on website from others. Admins can still get your user information.</font>
</div> </div>
<div class="form-group"> <div class="form-group">
<label>4 digit PIN</label> <label>4 Digit PIN</label>
<font size="1">The 4 digit PIN you chose when registering</font> <font size="1">The 4 digit PIN you chose when registering</font>
<input class="form-control" type="password" name="authPin" size="4" maxlength="4"> <input class="form-control" type="password" name="authPin" size="4" maxlength="4">
</div> </div>

View File

@ -31,7 +31,7 @@
{nocache}<input class="form-control" type="password" name="newPassword2" id="pw_field2"{if $GLOBAL.twofactor.enabled && $GLOBAL.twofactor.options.changepw && !$CHANGEPASSUNLOCKED}id="disabledInput" disabled{/if}/>{/nocache} {nocache}<input class="form-control" type="password" name="newPassword2" id="pw_field2"{if $GLOBAL.twofactor.enabled && $GLOBAL.twofactor.options.changepw && !$CHANGEPASSUNLOCKED}id="disabledInput" disabled{/if}/>{/nocache}
</div> </div>
<div class="form-group"> <div class="form-group">
<label>4 digit PIN</label> <label>4 Digit PIN</label>
<input class="form-control" type="password" name="authPin" size="4" maxlength="4" /> <input class="form-control" type="password" name="authPin" size="4" maxlength="4" />
</div> </div>