diff --git a/src/js/controllers/backup.js b/src/js/controllers/backup.js index 23544a3eb..3b49f0d3e 100644 --- a/src/js/controllers/backup.js +++ b/src/js/controllers/backup.js @@ -2,6 +2,11 @@ angular.module('copayApp.controllers').controller('backupController', function($scope, $timeout, $log, $state, $stateParams, $ionicHistory, lodash, profileService, bwcService, walletService, ongoingProcess, popupService, gettextCatalog, $ionicModal, firebaseEventsService) { + + if ($state.current.name == 'onboarding.backup') { + $scope.onboarding = true; + } + if ($stateParams.bchWalletId && $stateParams.btcWalletId) { $scope.wallet = profileService.getWallet($stateParams.bchWalletId); $scope.btcWallet = profileService.getWallet($stateParams.btcWalletId); diff --git a/www/views/backup.html b/www/views/backup.html index c636bf060..103ec8e4b 100644 --- a/www/views/backup.html +++ b/www/views/backup.html @@ -16,7 +16,9 @@
- Note: if this BCH wallet was duplicated from a BTC wallet, they share the same recovery phrase. + Note: if this BCH wallet was duplicated from a BTC wallet, they share the same recovery phrase. + Note: if this BTC wallet was duplicated from a BCH wallet, they share the same recovery phrase. + Note: Both of the default BCH and BTC wallets share this same recovery phrase.