From 3ab4a08c132c271cd7a7bd2863f578f2b9504234 Mon Sep 17 00:00:00 2001 From: Alexandre SPANGARO Date: Mon, 17 Feb 2025 13:53:01 +0100 Subject: [PATCH] Language --- htdocs/core/class/html.formfiscalyear.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/class/html.formfiscalyear.class.php b/htdocs/core/class/html.formfiscalyear.class.php index ed44ac4b736..db093072a4c 100644 --- a/htdocs/core/class/html.formfiscalyear.class.php +++ b/htdocs/core/class/html.formfiscalyear.class.php @@ -110,7 +110,7 @@ class FormFiscalYear extends Form $out .= ajax_combobox($htmlname, array()); } else { - $out .= ''.$langs->trans("ErrorNoFiscalyearDefined", $langs->transnoentitiesnoconv("Accounting"), $langs->transnoentitiesnoconv("Setup"), $langs->transnoentitiesnoconv("FiscalYear")).''; + $out .= ''.$langs->trans("ErrorNoFiscalyearDefined", $langs->transnoentitiesnoconv("Accounting"), $langs->transnoentitiesnoconv("Setup"), $langs->transnoentitiesnoconv("Fiscalyear")).''; } } else { dol_print_error($this->db);