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

@@ -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,
});
})