From bb775d4b6404b47b184e31989fa114abd2e0f554 Mon Sep 17 00:00:00 2001 From: "Valentin D. Pinkman" Date: Mon, 21 Jan 2019 16:38:48 +0100 Subject: [PATCH 1/2] text for UnknownMCU error --- static/i18n/en/app.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/i18n/en/app.json b/static/i18n/en/app.json index 3b57aa53..500f7ebc 100644 --- a/static/i18n/en/app.json +++ b/static/i18n/en/app.json @@ -902,6 +902,10 @@ }, "FeeNotLoaded": { "title": "Couldn’t load fee rates, please set manual fees" + }, + "UnknownMCU": { + "title": "Oops, MCU not found", + "description": "Please try again or contact us" } } } \ No newline at end of file From f3c4aa552fd7d43867a8cf6626b1392e8f28d9a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Renaudeau?= Date: Tue, 22 Jan 2019 12:02:08 +0100 Subject: [PATCH 2/2] Update app.json --- static/i18n/en/app.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/i18n/en/app.json b/static/i18n/en/app.json index 500f7ebc..f512dc30 100644 --- a/static/i18n/en/app.json +++ b/static/i18n/en/app.json @@ -904,8 +904,8 @@ "title": "Couldn’t load fee rates, please set manual fees" }, "UnknownMCU": { - "title": "Oops, MCU not found", - "description": "Please try again or contact us" + "title": "Unknown MCU version", + "description": "Please contact Ledger Support" } } -} \ No newline at end of file +}