rm "finally"
This commit is contained in:
parent
17deda9000
commit
4ef090f61f
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ angular.module('copayApp.services')
|
||||||
name, {color: color} );
|
name, {color: color} );
|
||||||
break;
|
break;
|
||||||
case 'TxProposalFinallyRejected':
|
case 'TxProposalFinallyRejected':
|
||||||
notification.error(gettext('Payment Proposal Finally Rejected'),
|
notification.error(gettext('Payment Proposal Rejected'),
|
||||||
name, {color: color} );
|
name, {color: color} );
|
||||||
break;
|
break;
|
||||||
case 'NewOutgoingTx':
|
case 'NewOutgoingTx':
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue