Fix KiB typo

10.3.x-maintenance
Miguel Angel Mulero Martinez 2018-02-10 09:00:12 +01:00
parent 48ee8fea78
commit 9d6c7553fe
1 changed files with 2 additions and 2 deletions

View File

@ -424,10 +424,10 @@
"message": "Erased $1 kB of flash <span class=\"message-positive\">successfully</span>" "message": "Erased $1 kB of flash <span class=\"message-positive\">successfully</span>"
}, },
"dfu_device_flash_info": { "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": { "dfu_error_image_size": {
"message": "<span class=\"message-negative\">Error</span>: Supplied image is larger then flash available on the chip! Image: $1 kiB, limit = $2 kiB" "message": "<span class=\"message-negative\">Error</span>: Supplied image is larger then flash available on the chip! Image: $1 KiB, limit = $2 KiB"
}, },
"eeprom_saved_ok": { "eeprom_saved_ok": {