Update order-invoice.html
There was an "s" after the string {intl l="Billing address"} line 207
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user