diff --git a/app/frontend/src/javascript/components/plan-categories/manage-plan-category.tsx b/app/frontend/src/javascript/components/plan-categories/manage-plan-category.tsx index 2ea78b4c2..97cd54c3f 100644 --- a/app/frontend/src/javascript/components/plan-categories/manage-plan-category.tsx +++ b/app/frontend/src/javascript/components/plan-categories/manage-plan-category.tsx @@ -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 = ({ category, action, onSuccess, onError }) => { const { t } = useTranslation('admin');