diff --git a/index.html b/index.html index e27f2e4..d625416 100644 --- a/index.html +++ b/index.html @@ -24,7 +24,7 @@

Wallet Overview

- General + General Technology Stack User-Friendliness Privacy @@ -91,7 +91,7 @@

Wallet Overview

- Organizational Wallet + Organisational Wallet @@ -107,7 +107,7 @@

Wallet Overview

Whether the wallet is open source and if so, the link to their code base. - Download + Links to app diff --git a/script.js b/script.js index 381e79b..ba63c9d 100644 --- a/script.js +++ b/script.js @@ -16,8 +16,8 @@ fetch("flattened_wallets.json") ${wallet.verifierCapability} ${wallet.scope} ${wallet.deployment} - ${wallet.organizationalWallet} - ${wallet.openSource == 'Yes' ? ''+wallet.openSource+'' : wallet.openSource} + ${wallet.organisationalWallet} + ${wallet.openSource == 'Yes' ? ''+wallet.openSource+'' : wallet.openSource} ${wallet.urlGooglePlayStore == '-' ? '-': ''} ${wallet.urlAppStore == '-' ? '-': ''} ${wallet.urlWebApp == '-' ? '-': ''} @@ -30,7 +30,7 @@ fetch("flattened_wallets.json") ${wallet.identifierHolder} ${wallet.identifierIssuer} ${wallet.revocationAlgorithm} - ${wallet.peer2peerProtocols} + ${wallet.peer2PeerProtocols} ${wallet.credExchangeProtocol} ${wallet.blockchainUsed} ${wallet.blockchainType} @@ -54,10 +54,10 @@ fetch("flattened_wallets.json") ${wallet.keyRotationIssuer} ${wallet.eassi} - ${wallet.EBSI} - ${wallet.AIP} - ${wallet.DDIP} - ${wallet.MDOC} + ${wallet.ebsi} + ${wallet.aip} + ${wallet.ddip} + ${wallet.mdoc} `;