We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcf9eed commit 6bb8258Copy full SHA for 6bb8258
app/code/Magento/Ui/view/base/web/templates/form/field.html
@@ -8,8 +8,8 @@
8
visible="visible"
9
css="$data.additionalClasses"
10
attr="'data-index': index">
11
- <div class="admin__field-label">
12
- <label if="$data.label" visible="$data.labelVisible" attr="for: uid">
+ <div class="admin__field-label" visible="$data.labelVisible">
+ <label if="$data.label" attr="for: uid">
13
<span translate="label" attr="'data-config-scope': $data.scopeLabel" />
14
</label>
15
</div>
0 commit comments