From 5ea82a99bba0ba38d8f41ca2acde62eeac14393f Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 12 Dec 2021 15:48:02 +0100 Subject: [PATCH] Fix lang --- htdocs/hrm/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/hrm/index.php b/htdocs/hrm/index.php index ef231b48eff..2603d73ab81 100644 --- a/htdocs/hrm/index.php +++ b/htdocs/hrm/index.php @@ -52,7 +52,7 @@ $hookmanager = new HookManager($db); $hookmanager->initHooks('hrmindex'); // Load translation files required by the page -$langs->loadLangs(array('users', 'holidays', 'trips', 'boxes')); +$langs->loadLangs(array('users', 'holiday', 'trips', 'boxes')); $socid = GETPOST("socid", "int");