diff --git a/htdocs/commande/card.php b/htdocs/commande/card.php
index 77ba69204bf..13f90625cd8 100644
--- a/htdocs/commande/card.php
+++ b/htdocs/commande/card.php
@@ -1954,7 +1954,7 @@ if ($action == 'create' && $usercancreate) {
}
// Source / Channel - What trigger creation
- print '
| '.$langs->trans('Channel').' | ';
+ print ' |
| '.$langs->trans('Source').' | ';
print img_picto('', 'question', 'class="pictofixedwidth"');
$form->selectInputReason((GETPOSTISSET('demand_reason_id') ? GETPOST('demand_reason_id') : $demand_reason_id), 'demand_reason_id', '', 1, 'maxwidth200 widthcentpercentminusx');
print ' |
';