What I've tried:
i18n/en_GB I've changed this line "Review & Payments,Reviewssss & Paymentsssss"
I've also changed this Shipping Methods, This Is my shipping methods and I was surprised to find this in the back end admin:
I know the file is responsible for rendering is progrees-bar.html
<!-- /** * Copyright © 2013-2017 Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ --> <ul class="opc-progress-bar testesteste"> <!-- 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="i18n: item.title, click: $parent.navigateTo"> </span> </li> <!-- /ko --> </ul> And what I am interested is in this pice data-bind="i18n: item.title.
So where this item.title is coming from if not from a i18n/en_GB.csv file?
Any help appreciate thanks.



"Review & Payments,Reviewssss & Paymentsssss"would be incorrect in a csv file, did you mean"Review & Payments","Reviewssss & Paymentsssss"