diff --git a/htdocs/install/upgrade2.php b/htdocs/install/upgrade2.php index 1415cd7e284..e127cc0330d 100644 --- a/htdocs/install/upgrade2.php +++ b/htdocs/install/upgrade2.php @@ -853,6 +853,7 @@ function migrate_paiementfourn_facturefourn($db,$langs,$conf) print ''; print '
'; + print ''.$langs->trans('SuppliersInvoices')."
\n"; print ''; $error = 0; @@ -923,11 +924,11 @@ function migrate_paiementfourn_facturefourn($db,$langs,$conf) } if (! $nb && ! $error) { - print ''.$langs->trans('SuppliersInvoices').''.$langs->trans("AlreadyDone").''; + print ''.$langs->trans("AlreadyDone").''; } if ($error) { - print ''.$langs->trans('SuppliersInvoices').''.$langs->trans("Error").''; + print ''.$langs->trans("Error").''; } }