Update order-invoice.html

There was an "s" after the string {intl l="Billing address"} line 207
This commit is contained in:
stephaniepinet
2014-02-11 16:20:11 +01:00
parent 3244e88585
commit b028d24fea

View File

@@ -204,7 +204,7 @@
{form_field form=$form field='invoice-address'}
<div class="panel">
<div class="panel-heading">{intl l="Billing address"}s</div>
<div class="panel-heading">{intl l="Billing address"}</div>
{if $error}
<span class="help-block"><span class="icon-remove"></span> {$message}</span>
@@ -321,4 +321,4 @@ jQuery(function($) {
});
});
</script>
{/block}
{/block}