rm "finally"

This commit is contained in:
Matias Alejo Garcia 2015-05-19 00:49:07 -03:00
parent 17deda9000
commit 4ef090f61f
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ angular.module('copayApp.services')
name, {color: color} );
break;
case 'TxProposalFinallyRejected':
notification.error(gettext('Payment Proposal Finally Rejected'),
notification.error(gettext('Payment Proposal Rejected'),
name, {color: color} );
break;
case 'NewOutgoingTx':