Skip to content

Commit

Permalink
CDP-449 fix Tx manager notification for creating CDP
Browse files Browse the repository at this point in the history
  • Loading branch information
b-pmcg committed Oct 24, 2019
1 parent db28cd1 commit 4eaa63e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CDPCreateScreens/CDPCreateConfirmCDP.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ const CDPCreateConfirmCDP = ({ dispatch, cdpParams, selectedIlk, onClose }) => {
daiToDraw
);

newTxListener(txObject, lang.transactions.create_cdp);
newTxListener(txObject, lang.transactions.creating_cdp);

const txMgr = maker.service('transactionManager');
txMgr.listen(txObject, {
Expand Down

0 comments on commit 4eaa63e

Please sign in to comment.