feat(ui): "Composite Masked Regions" -> "Output Only Masked Regions"

This commit is contained in:
psychedelicious
2024-09-13 19:19:08 +10:00
parent 73ea5cb42a
commit 08078440cb
2 changed files with 3 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ export const CanvasSettingsCompositeMaskedRegionsCheckbox = memo(() => {
);
return (
<FormControl w="full">
<FormLabel flexGrow={1}>{t('controlLayers.compositeMaskedRegions')}</FormLabel>
<FormLabel flexGrow={1}>{t('controlLayers.outputOnlyMaskedRegions')}</FormLabel>
<Checkbox isChecked={compositeMaskedRegions} onChange={onChange} />
</FormControl>
);