fix wording

This commit is contained in:
Javier 2016-02-16 14:18:48 -03:00
commit 867c842da3
2 changed files with 5 additions and 4 deletions

View file

@ -120,6 +120,7 @@ angular.module('copayApp.controllers').controller('walletHomeController', functi
var confirm_msg = gettextCatalog.getString('Confirm');
this.openDestinationAddressModal = function(wallets, address) {
self.destinationWalletNeedsBackup = null;
$rootScope.modalOpened = true;
var fc = profileService.focusedClient;
self.lockAddress = false;