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:
parent
cecf8126e0
commit
c404424fb4
@ -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':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user