Skip to content
Snippets Groups Projects
Commit ecaea4c5 authored by Marcos García de La Fuente's avatar Marcos García de La Fuente
Browse files

Corrected incorrect lang trans key

parent b1cf0b9a
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ print_titre($langs->trans('RelatedShippings'));
<tr class="liste_titre">
<td><?php echo $langs->trans("Ref"); ?></td>
<td align="center"><?php echo $langs->trans("Date"); ?></td>
<td align="center"><?php echo $langs->trans("DateSendingShort"); ?></td>
<td align="center"><?php echo $langs->trans("DateDeliveryPlanned"); ?></td>
<td align="right"><?php echo $langs->trans("AmountHTShort"); ?></td>
<td align="right"><?php echo $langs->trans("Status"); ?></td>
</tr>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment