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 97cd54c3f..927213ae8 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 @@ -63,7 +63,7 @@ const ManagePlanCategoryComponent: React.FC = ({ catego icon={} className="btn-warning" onClick={toggleModal}> - {t('app.admin.create_plan_category.new_category')} + {t('app.admin.manage_plan_category.create_category.title')} ); case 'update':