Browse Source

App dependency error message workaround

More ETH-dependent apps are coming, so need to remove the list of ETH-dep apps. For simplicity, users are asked to install both BTC and ETH.
master
David da Silva Rosa 6 years ago
committed by GitHub
parent
commit
1498efe3af
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      static/i18n/en/errors.json

4
static/i18n/en/errors.json

@ -72,8 +72,8 @@
"description": "Check your device to see which apps are already installed."
},
"ManagerAppRelyOnBTC": {
"title": "Bitcoin or Ethereum app required",
"description": "Either install the latest Ethereum app (for ETC/UBIQ/EXP/RSK/WAN/kUSD/POA), or the latest Bitcoin app."
"title": "Bitcoin and Ethereum apps required",
"description": "Install the latest Bitcoin and Ethereum apps first."
},
"ManagerDeviceLocked": {
"title": "Please unlock your device",

Loading…
Cancel
Save