Fixed page title ("My Cart" is not correct at this time)

This commit is contained in:
Franck Allimant
2014-04-11 02:14:34 +02:00
parent ea3ffbf303
commit e7adfec2f1
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@
<div class="main">
<article id="cart" class="col-main" role="main" aria-labelledby="main-label">
<h1 id="main-label" class="page-header">{intl l="Your Cart"}</h1>
<h1 id="main-label" class="page-header">{intl l="Billing and delivery"}</h1>
{include file="misc/checkout-progress.tpl" step="delivery"}

View File

@@ -23,7 +23,7 @@
<div class="main">
<article class="col-main" role="main" aria-labelledby="main-label">
<h1 id="main-label" class="page-header">{intl l="Your Cart"}</h1>
<h1 id="main-label" class="page-header">{intl l="Check my order"}</h1>
{include file="misc/checkout-progress.tpl" step="invoice"}