fix title

This commit is contained in:
Javier 2016-10-06 16:04:36 -03:00
parent 9c2d4e7d73
commit 8bc0fe5e89
1 changed files with 1 additions and 1 deletions

View File

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