diff --git a/ui/src/components/UsbConfigDialog.tsx b/ui/src/components/UsbConfigDialog.tsx index 3ea5fd6..d25a568 100644 --- a/ui/src/components/UsbConfigDialog.tsx +++ b/ui/src/components/UsbConfigDialog.tsx @@ -107,41 +107,42 @@ function UpdateUsbConfigModal({

USB Emulation Configuration

- Set custom USB parameters to control the device USB emulation. The device will rebind once the parameters are updated. + Set custom USB parameters to control how the USB device is emulated. + The device will rebind once the parameters are updated.

handleUsbVendorIdChange(e.target.value)} /> handleUsbProductIdChange(e.target.value)} /> handleUsbSerialChange(e.target.value)} /> handleUsbManufacturer(e.target.value)} /> handleUsbName(e.target.value)} />