Fix bar trans key

This commit is contained in:
Laurent Destailleur
2024-09-07 02:12:39 +02:00
parent 11e965b6d4
commit 4e668d3c11

View File

@@ -1844,7 +1844,7 @@ if (!$error && ($massaction == 'clonetasks' || ($action == 'clonetasks' && $conf
exit();
}
} else {
setEventMessages($langs->trans('ErrorNotEnougthPermission'), null, 'errors');
setEventMessages($langs->trans('NotEnoughPermissions'), null, 'errors');
}
}