UX: Label of checkbox site setting needs a span for nested HTML
This commit is contained in:
parent
3a6ab02563
commit
7fe17e93e2
|
@ -1,5 +1,5 @@
|
|||
<label>
|
||||
{{input type="checkbox" checked=enabled}}
|
||||
{{{unbound setting.description}}}
|
||||
<span>{{{unbound setting.description}}}</span>
|
||||
{{setting-validation-message message=validationMessage}}
|
||||
</label>
|
||||
|
|
Loading…
Reference in New Issue