[FIX] typo
This commit is contained in:
parent
68d87633e2
commit
88aa40351b
@ -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>
|
||||||
|
|||||||
@ -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>
|
||||||
|
|||||||
@ -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>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user