From 8bc0fe5e8918570dec7ad0a1dfe95e037db1d144 Mon Sep 17 00:00:00 2001 From: Javier Date: Thu, 6 Oct 2016 16:04:36 -0300 Subject: [PATCH] fix title --- src/js/controllers/modals/txDetails.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/controllers/modals/txDetails.js b/src/js/controllers/modals/txDetails.js index 37f6718fa..a77a95b26 100644 --- a/src/js/controllers/modals/txDetails.js +++ b/src/js/controllers/modals/txDetails.js @@ -81,7 +81,7 @@ angular.module('copayApp.controllers').controller('txDetailsController', functio var opts = {}; if ($scope.btx.note && $scope.btx.note.body) opts.defaultText = $scope.btx.note.body; - popupService.showPrompt(null, gettextCatalog.getString('Memo'), opts, function(text) { + popupService.showPrompt(wallet.name, gettextCatalog.getString('Memo'), opts, function(text) { if (typeof text == "undefined") return; $log.debug('Saving memo');