Skip to content

Commit 9038c43

Browse files
committed
fix label name
1 parent 29ef452 commit 9038c43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/admin/templates/users_user_edit.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
</div>
3030
</div>
3131
<div class="form-group">
32-
<label for="2fa" class="col-sm-3 control-label">{tmpl_var name='otp_auth_txt'}</label>
32+
<label for="otp_type" class="col-sm-3 control-label">{tmpl_var name='otp_auth_txt'}</label>
3333
<div class="col-sm-9">
3434
<select name="otp_type" id="otp_type" class="form-control">
3535
{tmpl_var name='otp_type'}

0 commit comments

Comments
 (0)