mirror of
https://github.com/discourse/discourse.git
synced 2025-03-05 18:59:22 +00:00
A11Y: links change username input to its label (#12424)
This commit is contained in:
parent
9b4b2149ff
commit
cb0427ffdf
@ -8,7 +8,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="control-group">
|
<div class="control-group">
|
||||||
<label class="control-label">{{i18n "user.username.title"}}</label>
|
<label for="change_username" class="control-label">{{i18n "user.username.title"}}</label>
|
||||||
<div class="controls">
|
<div class="controls">
|
||||||
{{text-field value=newUsername id="change_username" classNames="input-xxlarge" maxlength=maxLength autofocus="autofocus" insert-newline="changeUsername"}}
|
{{text-field value=newUsername id="change_username" classNames="input-xxlarge" maxlength=maxLength autofocus="autofocus" insert-newline="changeUsername"}}
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user