Skip to content

Commit 2904a78

Browse files
ENGCOM-6154: #25214 fixed #25215
- Merge Pull Request #25215 from vishesh-webkul/magento2:25214-issue - Merged commits: 1. 9af76e7
2 parents 0583fc3 + 9af76e7 commit 2904a78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Backend/Block/Store/Switcher.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ public function getHintHtml()
592592
'What is this?'
593593
) . '"' . ' class="admin__field-tooltip-action action-help"><span>' . __(
594594
'What is this?'
595-
) . '</span></a></span>' . ' </div>';
595+
) . '</span></a>' . ' </div>';
596596
}
597597
return $html;
598598
}

0 commit comments

Comments
 (0)