From 3d527c396824f38039f8ad23eab7752e23677c71 Mon Sep 17 00:00:00 2001 From: vichansson Date: Wed, 7 Aug 2024 16:32:00 +0300 Subject: [PATCH] M #-: Correct SCSI typo (#3197) Signed-off-by: Victor Hansson --- .../client/components/Forms/Vm/AttachDiskForm/CommonFields.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fireedge/src/client/components/Forms/Vm/AttachDiskForm/CommonFields.js b/src/fireedge/src/client/components/Forms/Vm/AttachDiskForm/CommonFields.js index 09671328e4..139871b733 100644 --- a/src/fireedge/src/client/components/Forms/Vm/AttachDiskForm/CommonFields.js +++ b/src/fireedge/src/client/components/Forms/Vm/AttachDiskForm/CommonFields.js @@ -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' }, ],