Skip to content

Commit

Permalink
fix: CI
Browse files Browse the repository at this point in the history
  • Loading branch information
FHenry committed Sep 6, 2024
1 parent 97212f4 commit 9679b8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/core/actions_massactions.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -1842,7 +1842,7 @@
exit();
}
} else {
setEventMessages($langs->trans('ErrorNotEnougthPermission'), null, 'errors');
setEventMessages($langs->trans('NotEnoughPermissions'), null, 'errors');
}
}

Expand Down

0 comments on commit 9679b8d

Please sign in to comment.