fix: messages appToaster.

This commit is contained in:
elforjani3
2021-01-25 18:47:24 +02:00
parent 3d080244e6
commit 9fa329bef5
32 changed files with 175 additions and 187 deletions

View File

@@ -75,7 +75,7 @@ function ReceiptsList({
requestDeleteReceipt(deleteReceipt.id).then(() => {
AppToaster.show({
message: formatMessage({
id: 'the_receipt_has_been_successfully_deleted',
id: 'the_receipt_has_been_deleted_successfully',
}),
intent: Intent.SUCCESS,
});
@@ -100,7 +100,7 @@ function ReceiptsList({
setCloseReceipt(false);
AppToaster.show({
message: formatMessage({
id: 'the_receipt_has_been_successfully_closed',
id: 'the_receipt_has_been_closed_successfully',
}),
intent: Intent.SUCCESS,
});