mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 13:20:31 +00:00
fix: BIG-144 typo adjustment dialog success message.
This commit is contained in:
@@ -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');
|
||||
|
||||
@@ -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,
|
||||
});
|
||||
})
|
||||
|
||||
@@ -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": "الكمية الحالية",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user