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 9b9959a commit bb18502Copy full SHA for bb18502
app/code/Magento/Ui/view/frontend/web/templates/form/element/helper/tooltip.html
@@ -13,7 +13,7 @@
13
data-bind="attr: {href: tooltip.link}, mageInit: {'dropdown':{'activeClass': '_active'}}"></a>
14
<!-- /ko -->
15
16
- <span id="tooltip-label" class="label">Tooltip</span>
+ <span id="tooltip-label" class="label"><!-- ko i18n: 'Tooltip' --><!-- /ko --></span>
17
<!-- ko if: (!tooltip.link)-->
18
<span
19
id="tooltip"
0 commit comments