mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-01-30 19:52:20 +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' />}
|
||||
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':
|
||||
|
Loading…
x
Reference in New Issue
Block a user