Update card.php Bad translation Key for demand_reason (#30486)

The Right translation for Demand Reason is Source as it was defined line 2615
This commit is contained in:
Sébastien NASSIET 2024-07-31 15:43:53 +02:00 committed by GitHub
parent 7d996cf59f
commit d8a9ae3961
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1954,7 +1954,7 @@ if ($action == 'create' && $usercancreate) {
}
// Source / Channel - What trigger creation
print '<tr><td>'.$langs->trans('Channel').'</td><td>';
print '<tr><td>'.$langs->trans('Source').'</td><td>';
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 '</td></tr>';