This commit is contained in:
Krzysztof Bialoglowicz 2019-10-22 13:17:07 +02:00
parent 6647162b75
commit 98020ba67f

View file

@ -74,7 +74,7 @@ const AttributeProperties: React.FC<AttributePropertiesProps> = ({
<ControlledCheckbox
name={"filterableInStorefront" as keyof FormData}
label={intl.formatMessage({
defaultMessage: "Use in faceted navigation",
defaultMessage: "Use in Faceted Navigation",
description: "attribute is filterable in storefront"
})}
checked={data.filterableInStorefront}