mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(ui): infill and scaling options label
This commit is contained in:
parent
043f9d9ba4
commit
970340cf62
@ -15,7 +15,7 @@ const ParamInfillCollapse = () => {
|
||||
|
||||
return (
|
||||
<IAICollapse
|
||||
label={t('parameters.boundingBoxHeader')}
|
||||
label={t('parameters.infillScalingHeader')}
|
||||
isOpen={isOpen}
|
||||
onToggle={onToggle}
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user