diff --git a/inxi b/inxi index a4bde2a..bf070c6 100755 --- a/inxi +++ b/inxi @@ -1685,7 +1685,7 @@ print_hard_disk_data() fi done if [[ -z $hdd_model ]];then - hdd_model=' Non Detected' + hdd_model=' None Detected' fi if [[ -n $hdd_model_2 ]];then hdd_data=$( create_print_line "Disks:" "${C1}HDD${C2} ${C1}Total Size:${C2} ${hdd_capacity} (${hdd_used})${hdd_model}" )