fix(ui): pull bbox into ref image translations

This commit is contained in:
psychedelicious
2024-09-16 19:32:34 +10:00
committed by Kent Keirsey
parent e8c218672f
commit 35012dbee8
2 changed files with 4 additions and 4 deletions

View File

@@ -106,8 +106,8 @@ export const IPAdapterSettings = memo(() => {
onClick={pullBboxIntoIPAdapter}
isDisabled={isBusy}
variant="ghost"
aria-label={t('controlLayers.pullBboxIntoIPAdapter')}
tooltip={t('controlLayers.pullBboxIntoIPAdapter')}
aria-label={t('controlLayers.pullBboxIntoReferenceImage')}
tooltip={t('controlLayers.pullBboxIntoReferenceImage')}
icon={<PiBoundingBoxBold />}
/>
</Flex>

View File

@@ -136,8 +136,8 @@ export const RegionalGuidanceIPAdapterSettings = memo(({ referenceImageId }: Pro
onClick={pullBboxIntoIPAdapter}
isDisabled={isBusy}
variant="ghost"
aria-label={t('controlLayers.pullBboxIntoIPAdapter')}
tooltip={t('controlLayers.pullBboxIntoIPAdapter')}
aria-label={t('controlLayers.pullBboxIntoReferenceImage')}
tooltip={t('controlLayers.pullBboxIntoReferenceImage')}
icon={<PiBoundingBoxBold />}
/>
</Flex>