diff --git a/src/js/controllers/feedback/complete.js b/src/js/controllers/feedback/complete.js index 3093caf43..905880901 100644 --- a/src/js/controllers/feedback/complete.js +++ b/src/js/controllers/feedback/complete.js @@ -18,6 +18,7 @@ angular.module('copayApp.controllers').controller('completeController', function $scope.shareFacebook = function() { quickFeedback(function() { + var content = 'Try the Bitcoin.com Wallet for free today!' window.plugins.socialsharing.shareVia($scope.shareFacebookVia, null, null, null, content); }); };