From 350592aa8d492ea70da45ed91030fe386f7d8310 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Tue, 29 Jul 2014 20:12:20 -0700 Subject: [PATCH] paypro: fix parse error. --- js/controllers/send.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/controllers/send.js b/js/controllers/send.js index 31877c2da..d3d162e10 100644 --- a/js/controllers/send.js +++ b/js/controllers/send.js @@ -66,7 +66,7 @@ angular.module('copayApp.controllers').controller('SendController', $scope.loading = false; var message = 'The transaction proposal has been created'; if (ca) { - message += '.\nThis payment protocol transaction + message += '.\nThis payment protocol transaction' + 'has been verified through ' + ca; } notification.success('Success!', message);