rm "finally"

This commit is contained in:
Matias Alejo Garcia 2015-05-19 00:49:07 -03:00
commit 4ef090f61f

View file

@ -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':