fix: BIG-144 typo adjustment dialog success message.

This commit is contained in:
a.bouhuolia
2021-10-31 13:39:33 +02:00
parent 9211e963c6
commit 6c663eb8a0
4 changed files with 6 additions and 6 deletions

View File

@@ -40,7 +40,7 @@ function InventoryAdjustmentDeleteAlert({
deleteInventoryAdjMutate(inventoryId)
.then(() => {
AppToaster.show({
message: intl.get('the_adjustment_has_been_deleted_successfully'),
message: intl.get('the_adjustment_transaction_has_been_deleted_successfully'),
intent: Intent.SUCCESS,
});
closeDrawer('inventory-adjustment-drawer');

View File

@@ -63,7 +63,7 @@ function InventoryAdjustmentForm({
closeDialog(dialogName);
AppToaster.show({
message: intl.get('the_make_adjustment_has_been_created_successfully'),
message: intl.get('the_adjustment_transaction_has_been_created_successfully'),
intent: Intent.SUCCESS,
});
})

View File

@@ -781,8 +781,8 @@
"adjustment_account": "حساب التسوية",
"inventory_adjustment_list": "تسويات المخزون",
"delete_adjustment": "حذف التسوية",
"the_make_adjustment_has_been_created_successfully": "تم إنشاء تسوية علي المنتج بنجاح.",
"the_adjustment_has_been_deleted_successfully": "تم حذف التسوية بنجاح.",
"the_adjustment_transaction_has_been_created_successfully": "تم إضافة معاملة تسوية المخزون علي الصنف بنجاح.",
"the_adjustment_transaction_has_been_deleted_successfully": "تم حذف معاملة تسوية المخزون بنجاح.",
"once_delete_this_inventory_a_adjustment_you_will_able_to_restore_it": "بمجرد حذف هذا المخزون تعديلًا ، لن تتمكن من استعادته لاحقًا. هل أنت متأكد أنك تريد حذف هذه الفاتورة؟",
"select_adjustment_account": "حدد حساب التسوية",
"qty": "الكمية الحالية",

View File

@@ -767,8 +767,8 @@
"adjustment_account": "Adjustment account",
"inventory_adjustment_list": "Inventory Adjustment List",
"delete_adjustment": "Delete adjustment",
"the_make_adjustment_has_been_created_successfully": "The make adjustment has been created successfully.",
"the_adjustment_has_been_deleted_successfully": "The adjustment has been deleted successfully.",
"the_adjustment_transaction_has_been_created_successfully": "The adjustment transaction has been created successfully.",
"the_adjustment_transaction_has_been_deleted_successfully": "The adjustment transaction has been deleted successfully.",
"once_delete_this_inventory_a_adjustment_you_will_able_to_restore_it": "Once you delete this inventory a adjustment, you won't be able to restore it later. Are you sure you want to delete this invoice?",
"select_adjustment_account": "Select adjustment account",
"qty": "Quantity on hand",