From c404424fb467cc865c28f2e4b259c8ddce54b81f Mon Sep 17 00:00:00 2001
From: Du Peng <gnepud@gmail.com>
Date: Tue, 17 May 2022 19:31:58 +0200
Subject: [PATCH] fix bug: new category button transalte

---
 .../components/plan-categories/manage-plan-category.tsx         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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<ManagePlanCategoryProps> = ({ catego
             icon={<i className='fa fa-plus' />}
             className="btn-warning"
             onClick={toggleModal}>
-            {t('app.admin.create_plan_category.new_category')}
+            {t('app.admin.manage_plan_category.create_category.title')}
           </FabButton>
         );
       case 'update':