diff --git a/app/scripts/controllers/decryptWalletCtrl.js b/app/scripts/controllers/decryptWalletCtrl.js index a8836789fa..e4ac76cb52 100644 --- a/app/scripts/controllers/decryptWalletCtrl.js +++ b/app/scripts/controllers/decryptWalletCtrl.js @@ -93,6 +93,9 @@ var decryptWalletCtrl = function($scope, $sce, walletService) { case nodes.nodeTypes.ATH: $scope.HDWallet.dPath = $scope.HDWallet.hwAtheiosPath; break; + case nodes.nodeTypes.ELLA: + $scope.HDWallet.dPath = $scope.HDWallet.hwEllaismPath; + break; case nodes.nodeTypes.EGEM: $scope.HDWallet.dPath = $scope.HDWallet.hwEtherGemPath; break; @@ -238,6 +241,12 @@ var decryptWalletCtrl = function($scope, $sce, walletService) { case nodes.nodeTypes.ETHO: $scope.HDWallet.dPath = $scope.HDWallet.hwEther1Path; break; + case nodes.nodeTypes.EGEM: + $scope.HDWallet.dPath = $scope.HDWallet.hwEtherGemPath; + break; + case nodes.nodeTypes.ELLA: + $scope.HDWallet.dPath = $scope.HDWallet.hwEllaismPath; + break; case nodes.nodeTypes.ATH: $scope.HDWallet.dPath = $scope.HDWallet.hwAtheiosPath; break; diff --git a/app/scripts/directives/walletDecryptDrtv.html b/app/scripts/directives/walletDecryptDrtv.html index 07fb0a4375..412fec9e56 100644 --- a/app/scripts/directives/walletDecryptDrtv.html +++ b/app/scripts/directives/walletDecryptDrtv.html @@ -47,7 +47,7 @@