From 9d6c7553fe7c5f01c85df0fc8b1fc7134702b42b Mon Sep 17 00:00:00 2001 From: Miguel Angel Mulero Martinez Date: Sat, 10 Feb 2018 09:00:12 +0100 Subject: [PATCH] Fix KiB typo --- locales/en/messages.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locales/en/messages.json b/locales/en/messages.json index a5dcbfbf..32e19636 100644 --- a/locales/en/messages.json +++ b/locales/en/messages.json @@ -424,10 +424,10 @@ "message": "Erased $1 kB of flash successfully" }, "dfu_device_flash_info": { - "message": "Detected device with total flash size $1 kiB" + "message": "Detected device with total flash size $1 KiB" }, "dfu_error_image_size": { - "message": "Error: Supplied image is larger then flash available on the chip! Image: $1 kiB, limit = $2 kiB" + "message": "Error: Supplied image is larger then flash available on the chip! Image: $1 KiB, limit = $2 KiB" }, "eeprom_saved_ok": {