From 3cbf260d666407d6c1e381237fe791fd16ea0f17 Mon Sep 17 00:00:00 2001 From: dasilvarosa Date: Fri, 8 Feb 2019 10:15:16 +0100 Subject: [PATCH 1/2] Improve update wording --- static/i18n/en/app.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/static/i18n/en/app.json b/static/i18n/en/app.json index 53f41440..df7f5c69 100644 --- a/static/i18n/en/app.json +++ b/static/i18n/en/app.json @@ -255,9 +255,9 @@ "titleBlue": "Ledger Blue", "update": "Update", "latest": "Firmware version {{version}} is available", - "disclaimerTitle": "You are about to install <1><0>firmware version {{version}}", - "disclaimerAppDelete": "Apps installed on your device have to be re-installed after the update.", - "disclaimerAppReinstall": "This does not affect your crypto assets in the blockchain." + "disclaimerTitle": "You are about to install <1><0>firmware version {{version}}.", + "disclaimerAppDelete": "Please uninstall all applications to make room for the update. ", + "disclaimerAppReinstall": "Uninstalling apps does not affect your crypto assets." }, "modal": { "steps": { @@ -269,15 +269,15 @@ "flash": "Flashing your device..." }, "confirmIdentifier": "Verify the identifier", - "confirmIdentifierText": "Verify that the identifier on your device is the same as the identifier below. Press the right button and enter your PIN code to confirm", - "identifier": "Identifier", + "confirmIdentifierText": "Verify that the identifier on your device is the same as the identifier below. Press the right button and enter your PIN code to confirm.", + "identifier": "Identifier", "mcuTitle": "Updating MCU", "mcuFirst": "Disconnect the USB cable from your device", - "mcuSecond": "Press the left button and hold it while you reconnect the USB cable until the bootloader screen appears", - "mcuPin": "If asked on device, please enter your pin code to finish the process", + "mcuSecond": "Press the left button and hold it while you reconnect the USB cable until the Processing screen appears", + "mcuPin": "Please be patient while the update is finalized", "successTitle": "Firmware updated", - "successText": "You may re-install the apps on your device" - }, + "successText": "Please re-install the apps on your device" + }, "title": "Manager", "subtitle": "Install or uninstall apps on your device", "device": { @@ -912,7 +912,7 @@ "description": null }, "CantScanQRCode": { - "title": "Couldn't scan this QR-code: auto-verification not supported by this address" + "title": "Couldn't scan this QR code: auto-verification not supported by this address" }, "FeeNotLoaded": { "title": "Couldn’t load fee rates, please set manual fees" From 966163d1d9e85dfe2310a8b09cfec5fc1a03b7cb Mon Sep 17 00:00:00 2001 From: dasilvarosa Date: Fri, 8 Feb 2019 10:45:23 +0100 Subject: [PATCH 2/2] replace tabs by spaces --- static/i18n/en/app.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/static/i18n/en/app.json b/static/i18n/en/app.json index df7f5c69..6e30425f 100644 --- a/static/i18n/en/app.json +++ b/static/i18n/en/app.json @@ -256,8 +256,8 @@ "update": "Update", "latest": "Firmware version {{version}} is available", "disclaimerTitle": "You are about to install <1><0>firmware version {{version}}.", - "disclaimerAppDelete": "Please uninstall all applications to make room for the update. ", - "disclaimerAppReinstall": "Uninstalling apps does not affect your crypto assets." + "disclaimerAppDelete": "Please uninstall all applications to make room for the update. ", + "disclaimerAppReinstall": "Uninstalling apps does not affect your crypto assets." }, "modal": { "steps": { @@ -270,14 +270,14 @@ }, "confirmIdentifier": "Verify the identifier", "confirmIdentifierText": "Verify that the identifier on your device is the same as the identifier below. Press the right button and enter your PIN code to confirm.", - "identifier": "Identifier", + "identifier": "Identifier", "mcuTitle": "Updating MCU", "mcuFirst": "Disconnect the USB cable from your device", "mcuSecond": "Press the left button and hold it while you reconnect the USB cable until the Processing screen appears", "mcuPin": "Please be patient while the update is finalized", "successTitle": "Firmware updated", "successText": "Please re-install the apps on your device" - }, + }, "title": "Manager", "subtitle": "Install or uninstall apps on your device", "device": {