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'}
|
{form_field form=$form field='invoice-address'}
|
||||||
<div class="panel">
|
<div class="panel">
|
||||||
<div class="panel-heading">{intl l="Billing address"}s</div>
|
<div class="panel-heading">{intl l="Billing address"}</div>
|
||||||
|
|
||||||
{if $error}
|
{if $error}
|
||||||
<span class="help-block"><span class="icon-remove"></span> {$message}</span>
|
<span class="help-block"><span class="icon-remove"></span> {$message}</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user