diff --git a/public/views/walletHome.html b/public/views/walletHome.html index a9172eada..130f3f539 100644 --- a/public/views/walletHome.html +++ b/public/views/walletHome.html @@ -394,11 +394,11 @@ Not valid - + - Destination address needs backup + Destination wallet needs backup - + @@ -482,7 +482,7 @@ Cancel
- diff --git a/src/js/controllers/walletHome.js b/src/js/controllers/walletHome.js index 43533f77d..e8e595b2b 100644 --- a/src/js/controllers/walletHome.js +++ b/src/js/controllers/walletHome.js @@ -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;