A11Y: Remove dupe label on signup confirm field (#15212)
This commit is contained in:
parent
3fec579ede
commit
03b0c9f267
|
@ -1,5 +1,5 @@
|
||||||
{{#if this.field.name}}
|
{{#if this.field.name}}
|
||||||
<label class="control-label" for={{concat "user-" this.elementId}}>
|
<label class="control-label">
|
||||||
{{html-safe this.field.name}} {{#if this.field.required}}<span class="required">*</span>{{/if}}
|
{{html-safe this.field.name}} {{#if this.field.required}}<span class="required">*</span>{{/if}}
|
||||||
</label>
|
</label>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
Loading…
Reference in New Issue