Skip to content

Commit

Permalink
MAGETWO-58089: [Backport] - Issue with inline translate - for 2.0 (gi…
Browse files Browse the repository at this point in the history
…thub #4290)
  • Loading branch information
zakdma committed Dec 28, 2016
1 parent 4b4a960 commit fb66028
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ul class="opc-progress-bar">
<!-- ko foreach: { data: steps().sort(sortItems), as: 'item' } -->
<li class="opc-progress-bar-item" data-bind="css: item.isVisible() ? '_active' : ($parent.isProcessed(item) ? '_complete' : '')">
<span data-bind="text: item.title, click: $parent.navigateTo"></span>
<span data-bind="i18n: item.title, click: $parent.navigateTo"></span>
</li>
<!-- /ko -->
</ul>

0 comments on commit fb66028

Please sign in to comment.