mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 06:04:11 +08: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 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">
|
||||
{{text-field value=newUsername id="change_username" classNames="input-xxlarge" maxlength=maxLength autofocus="autofocus" insert-newline="changeUsername"}}
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue
Block a user