We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40f35ee commit aa419deCopy full SHA for aa419de
app/code/Magento/Contact/view/frontend/templates/form.phtml
@@ -56,7 +56,9 @@ $viewModel = $block->getViewModel();
56
</div>
57
58
<div class="field comment required">
59
- <label class="label" for="comment"><span><?= $block->escapeHtml(__('What’s on your mind?')) ?></span></label>
+ <label class="label" for="comment">
60
+ <span><?= $block->escapeHtml(__('What’s on your mind?')) ?></span>
61
+ </label>
62
<div class="control">
63
<textarea name="comment"
64
id="comment"
0 commit comments