From 2fb90ba6d8d082c2fc834192f52842048c6ace2b Mon Sep 17 00:00:00 2001 From: dasilvarosa Date: Mon, 23 Jul 2018 12:25:33 +0200 Subject: [PATCH] Make sure error message mentions to install latest btc app version. --- 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 b504a56d..2249bec7 100644 --- a/static/i18n/en/errors.json +++ b/static/i18n/en/errors.json @@ -73,7 +73,7 @@ }, "ManagerAppRelyOnBTC": { "title": "Bitcoin app required", - "description": "Install the Bitcoin app before installing this app." + "description": "Install the latest version of the Bitcoin app before installing this app." }, "ManagerDeviceLocked": { "title": "Please unlock your device", @@ -158,4 +158,4 @@ "title": "Oops, couldn’t connect to device", "description": "Device detected but connection failed. Please retry and get help if the problem persists." } -} \ No newline at end of file +}