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

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

This commit is contained in:
Sylvain 2022-04-01 15:49:46 +00:00
parent dbd15539e1
commit 0ea885f73d

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');