Fixed page title ("My Cart" is not correct at this time)
This commit is contained in:
@@ -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"}
|
||||
|
||||
|
||||
@@ -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"}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user