Verification: adds current step text into receipt view's progress nav

This commit is contained in:
Brian Talbot
2013-09-06 12:03:36 -04:00
parent 0c552141f2
commit 6a081ffc38

View File

@@ -68,7 +68,7 @@
<span class="wrapper-step-number"><span class="step-number">
<i class="icon-ok"></i>
</span></span>
<span class="step-name">${_("Confirmation")}</span>
<span class="step-name"><span class="sr">${_("Current Step: ")}</span>${_("Confirmation")}</span>
</li>
</ol>