1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-19 08:52:25 +01:00

Apply 1 suggestion(s) to 1 file(s)

This commit is contained in:
Sylvain 2022-04-01 15:49:46 +00:00 committed by Vincent
parent f83dc52610
commit fa9a7301e9

View File

@ -15,7 +15,7 @@ interface ManagePlanCategoryProps {
/**
* This component shows a button.
* When clicked, we show a modal dialog allowing to fill the parameters with a new plan-category.
* When clicked, we show a modal dialog allowing to fill the parameters of a plan-category (create new or update existing).
*/
const ManagePlanCategoryComponent: React.FC<ManagePlanCategoryProps> = ({ category, action, onSuccess, onError }) => {
const { t } = useTranslation('admin');