diff --git a/htdocs/core/actions_massactions.inc.php b/htdocs/core/actions_massactions.inc.php index 5affaf9e1af..9e8ad4a194a 100644 --- a/htdocs/core/actions_massactions.inc.php +++ b/htdocs/core/actions_massactions.inc.php @@ -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'); } }