Merge remote-tracking branch 'origin/master'

This commit is contained in:
2022-11-02 22:22:11 +01:00
2 changed files with 2 additions and 1 deletions

View File

@@ -3,4 +3,5 @@
return array( return array(
'Price' => 'Price', 'Price' => 'Price',
'price must be a number !' => 'price must be a number !', 'price must be a number !' => 'price must be a number !',
'Engagement' => 'Your order must be withdrawn at our office in France.',
); );

View File

@@ -1,3 +1,3 @@
<td colspan="3" style="padding: 0; border-top: none; padding-left: 30px !important;"> <td colspan="3" style="padding: 0; border-top: none; padding-left: 30px !important;">
<span class="help-block">{intl l="Engagement" d="localpickup"}</span> <span class="help-block" style="color: red">{intl l="Engagement" d="localpickup"}</span>
</td> </td>