From 1498efe3af6ca4afbc7042c6dcc2c6904aacdf21 Mon Sep 17 00:00:00 2001 From: David da Silva Rosa <712580+dasilvarosa@users.noreply.github.com> Date: Thu, 30 Aug 2018 14:40:15 +0200 Subject: [PATCH] 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. --- static/i18n/en/errors.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/i18n/en/errors.json b/static/i18n/en/errors.json index 06209b84..c4163585 100644 --- a/static/i18n/en/errors.json +++ b/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",