From b028d24fea2bd91087d7a26542c853628cc6f687 Mon Sep 17 00:00:00 2001 From: stephaniepinet Date: Tue, 11 Feb 2014 16:20:11 +0100 Subject: [PATCH] Update order-invoice.html There was an "s" after the string {intl l="Billing address"} line 207 --- templates/frontOffice/default/order-invoice.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/frontOffice/default/order-invoice.html b/templates/frontOffice/default/order-invoice.html index befe89f81..b073956e1 100644 --- a/templates/frontOffice/default/order-invoice.html +++ b/templates/frontOffice/default/order-invoice.html @@ -204,7 +204,7 @@ {form_field form=$form field='invoice-address'}
-
{intl l="Billing address"}s
+
{intl l="Billing address"}
{if $error} {$message} @@ -321,4 +321,4 @@ jQuery(function($) { }); }); -{/block} \ No newline at end of file +{/block}