Skip to content

Commit

Permalink
M #-: Correct SCSI typo (#3197)
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Hansson <[email protected]>
  • Loading branch information
vichansson authored Aug 7, 2024
1 parent 346686e commit 3d527c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const GENERAL_FIELDS = [
values: [
{ text: '', value: '' },
{ text: 'Virtio', value: 'vd' },
{ text: 'CSI/SATA', value: 'sd' },
{ text: 'SCSI/SATA', value: 'sd' },
{ text: 'Parallel ATA (IDE)', value: 'hd' },
{ text: 'Custom', value: 'custom' },
],
Expand Down

0 comments on commit 3d527c3

Please sign in to comment.