fix
This commit is contained in:
parent
45e15c7727
commit
f86787f511
2 changed files with 2 additions and 2 deletions
|
|
@ -177,7 +177,7 @@ angular.module('copayApp.controllers').controller('createController',
|
|||
|
||||
if ($scope.formData.seedSource.id == walletService.externalSource.ledger.id || $scope.formData.seedSource.id == walletService.externalSource.trezor.id || $scope.formData.seedSource.id == walletService.externalSource.intelTEE.id) {
|
||||
if ($scope.formData.coin == 'bch') {
|
||||
popupService.showAlert(gettextCatalog.getString('Error'), gettextCatalog.getString('Hardware wallet are yet not supported with Bitcoin Cash'));
|
||||
popupService.showAlert(gettextCatalog.getString('Error'), gettextCatalog.getString('Hardware wallets are not yet supported with Bitcoin Cash'));
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue