On met en évidence l'avertissement pour le LocalPickup

This commit is contained in:
2022-06-18 10:37:43 +02:00
parent c33cdc013a
commit c0f42308ca
2 changed files with 2 additions and 1 deletions

View File

@@ -3,4 +3,5 @@
return array(
'Price' => 'Price',
'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;">
<span class="help-block">{intl l="Engagement" d="localpickup"}</span>
<span class="help-block" style="color: red">{intl l="Engagement" d="localpickup"}</span>
</td>