paypro: fix parse error.

This commit is contained in:
Christopher Jeffrey 2014-07-29 20:12:20 -07:00 committed by Manuel Araoz
parent 1c4d292a96
commit 350592aa8d
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ angular.module('copayApp.controllers').controller('SendController',
$scope.loading = false; $scope.loading = false;
var message = 'The transaction proposal has been created'; var message = 'The transaction proposal has been created';
if (ca) { if (ca) {
message += '.\nThis payment protocol transaction message += '.\nThis payment protocol transaction'
+ 'has been verified through ' + ca; + 'has been verified through ' + ca;
} }
notification.success('Success!', message); notification.success('Success!', message);