diff --git a/src/js/services/notificationsService.js b/src/js/services/notificationsService.js index da901b3c5..986ed3e24 100644 --- a/src/js/services/notificationsService.js +++ b/src/js/services/notificationsService.js @@ -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':