Skip to content

Commit 494937e

Browse files
author
OlgaVasyltsun
committed
MC-14897: "Street Address" label is absent and field doesn't have required icon
1 parent 15ae23c commit 494937e

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/Ui/view/base/web/templates/group

1 file changed

+2
-2
lines changed

app/code/Magento/Ui/view/base/web/templates/group/group.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
visible="visible"
99
css="_required: required"
1010
attr="'data-index': index">
11-
<div class="admin__field-label">
12-
<legend if="showLabel">
11+
<div if="showLabel" class="admin__field-label">
12+
<legend>
1313
<span translate="label" attr="'data-config-scope': $data.scopeLabel"/>
1414
</legend>
1515
</div>

0 commit comments

Comments
 (0)