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

fix bug: new category button transalte

This commit is contained in:
Du Peng 2022-05-17 19:31:58 +02:00
parent cecf8126e0
commit c404424fb4

View File

@ -63,7 +63,7 @@ const ManagePlanCategoryComponent: React.FC<ManagePlanCategoryProps> = ({ catego
icon={<i className='fa fa-plus' />} icon={<i className='fa fa-plus' />}
className="btn-warning" className="btn-warning"
onClick={toggleModal}> onClick={toggleModal}>
{t('app.admin.create_plan_category.new_category')} {t('app.admin.manage_plan_category.create_category.title')}
</FabButton> </FabButton>
); );
case 'update': case 'update':