Fix copy
This commit is contained in:
parent
6647162b75
commit
98020ba67f
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ const AttributeProperties: React.FC<AttributePropertiesProps> = ({
|
||||||
<ControlledCheckbox
|
<ControlledCheckbox
|
||||||
name={"filterableInStorefront" as keyof FormData}
|
name={"filterableInStorefront" as keyof FormData}
|
||||||
label={intl.formatMessage({
|
label={intl.formatMessage({
|
||||||
defaultMessage: "Use in faceted navigation",
|
defaultMessage: "Use in Faceted Navigation",
|
||||||
description: "attribute is filterable in storefront"
|
description: "attribute is filterable in storefront"
|
||||||
})}
|
})}
|
||||||
checked={data.filterableInStorefront}
|
checked={data.filterableInStorefront}
|
||||||
|
|
Loading…
Reference in a new issue