add missing translation

This commit is contained in:
Frédéric FRANCE
2025-03-03 10:05:07 +01:00
parent 7e03e72790
commit 3e2d57c19a
2 changed files with 2 additions and 3 deletions

View File

@@ -1005,7 +1005,6 @@ ErrorLDAPFunctionsAreDisabledOnThisPHP
ErrorUpdating
Exceptions
Extra
Facture
FailedToConnectToSFTPAfterSSHAuthentication
FailedToLogin
First

View File

@@ -5797,7 +5797,7 @@ class Facture extends CommonInvoice
$langs->load("bills");
if (!isModEnabled('invoice')) { // Should not happen. If module disabled, cron job should not be visible.
$this->output .= $langs->trans('ModuleNotEnabled', $langs->transnoentitiesnoconv("Facture"));
$this->output .= $langs->trans('ModuleNotEnabled', $langs->transnoentitiesnoconv("Invoice"));
return 0;
}
if (!in_array($datetouse, array('duedate', 'invoicedate'))) {
@@ -5806,7 +5806,7 @@ class Facture extends CommonInvoice
}
/*if (empty($conf->global->FACTURE_REMINDER_EMAIL)) {
$langs->load("bills");
$this->output .= $langs->trans('EventRemindersByEmailNotEnabled', $langs->transnoentitiesnoconv("Facture"));
$this->output .= $langs->trans('EventRemindersByEmailNotEnabled', $langs->transnoentitiesnoconv("Invoice"));
return 0;
}
*/