This commit is contained in:
elforjani3
2020-12-02 18:49:50 +02:00
10 changed files with 31 additions and 12 deletions

View File

@@ -106,7 +106,7 @@ const ItemCategoryList = ({
setDeleteCategory(false);
AppToaster.show({
message: formatMessage({
id: 'the_item_category_has_been_successfully_deleted',
id: 'the_item_category_has_been_deleted_successfully',
}),
intent: Intent.SUCCESS,
});
@@ -135,7 +135,7 @@ const ItemCategoryList = ({
setBulkDelete(false);
AppToaster.show({
message: formatMessage({
id: 'the_item_categories_has_been_successfully_deleted',
id: 'the_item_categories_has_been_deleted_successfully',
}),
intent: Intent.SUCCESS,
});