copy update

This commit is contained in:
lone-cloud 2025-08-26 13:11:09 -07:00
parent 8d860d1b05
commit e4eb0fccf1
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ export const BackendSelectItem = ({
{label} {label}
{disabled && ( {disabled && (
<Text component="span" size="xs" ml="xs"> <Text component="span" size="xs" ml="xs">
(Compatible device(s) not found) (Compatible devices not found)
</Text> </Text>
)} )}
</Text> </Text>

View file

@ -60,7 +60,7 @@ export const GpuDeviceSelector = ({
<Text size="sm" fw={500}> <Text size="sm" fw={500}>
GPU Device GPU Device
</Text> </Text>
<InfoTooltip label="Select which GPU device(s) to use. Choose 'All GPUs' to use multiple devices with tensor splitting." /> <InfoTooltip label="Select which GPU device to use. Choose 'All GPUs' to use multiple devices with tensor splitting." />
</Group> </Group>
<Select <Select
placeholder="Select GPU device" placeholder="Select GPU device"