From 2e7493c9d1a260299268ba4835125a133aaad2dd Mon Sep 17 00:00:00 2001 From: Adrian Date: Sat, 25 Jan 2025 14:55:01 -0600 Subject: [PATCH] updated descriptions --- ui/src/components/UsbConfigDialog.tsx | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) 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)} />