Skip to content

Commit fb66028

Browse files
committed
MAGETWO-58089: [Backport] - Issue with inline translate - for 2.0 (github #4290)
1 parent 4b4a960 commit fb66028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Checkout/view/frontend/web/template/progress-bar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<ul class="opc-progress-bar">
88
<!-- ko foreach: { data: steps().sort(sortItems), as: 'item' } -->
99
<li class="opc-progress-bar-item" data-bind="css: item.isVisible() ? '_active' : ($parent.isProcessed(item) ? '_complete' : '')">
10-
<span data-bind="text: item.title, click: $parent.navigateTo"></span>
10+
<span data-bind="i18n: item.title, click: $parent.navigateTo"></span>
1111
</li>
1212
<!-- /ko -->
1313
</ul>

0 commit comments

Comments
 (0)