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);