Fix hw descriptions.

This commit is contained in:
Andy Phillipson 2017-03-16 15:37:10 -04:00
commit 2153d9b468
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ angular.module('copayApp.services')
var root = {};
root.description = {
supports: platformInfo.supportsIntelTEE,
supported: platformInfo.supportsIntelTEE,
id: 'intelTEE',
name: 'Intel TEE',
longName: 'Intel TEE Hardware Wallet',

View file

@ -6,7 +6,7 @@ angular.module('copayApp.services')
var LEDGER_CHROME_ID = "kkdpmhnladdopljabkgpacgpliggeeaf";
root.description = {
supports: platformInfo.supportsLedger,
supported: platformInfo.supportsLedger,
id: 'ledger',
name: 'Ledger',
longName: 'Ledger Hardware Wallet'