From 4ef090f61f9751d61206b1599653fa85fb904cf1 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Tue, 19 May 2015 00:49:07 -0300 Subject: [PATCH] rm "finally" --- src/js/services/notificationsService.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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':