From 2864fa93be8fa4a1005e83df01c50097ef6dde19 Mon Sep 17 00:00:00 2001 From: Laurens Valk Date: Tue, 13 Dec 2022 10:58:02 +0100 Subject: [PATCH] firmware/alerts/translations: Copy edit. --- src/firmware/alerts/translations/en.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/firmware/alerts/translations/en.json b/src/firmware/alerts/translations/en.json index 5784789e..67998e82 100644 --- a/src/firmware/alerts/translations/en.json +++ b/src/firmware/alerts/translations/en.json @@ -1,6 +1,6 @@ { "dfuError": { - "message": "A USB error ocurred while flashing the firmware.", + "message": "A USB error ocurred while installing the firmware.", "suggestion": "Ensure the USB cable is not damaged and is firmly attached to the hub and to the computer.", "tryAgainButton": "Try again" }, @@ -21,8 +21,8 @@ "message": "This is very unusual. The USB device did not contain the expected interface." }, "flashProgress": { - "erasing": "Erasing internal flash memory: {percent}", - "flashing": "Writing new firmware: {percent}" + "erasing": "Erasing the old firmware: {percent}", + "flashing": "Installing new firmware: {percent}" }, "releaseButton": { "message": "You may release the power button on the hub now."