diff --git a/locales/en.default.schema.json b/locales/en.default.schema.json index be81f6f5d9e..545c381492c 100644 --- a/locales/en.default.schema.json +++ b/locales/en.default.schema.json @@ -451,7 +451,8 @@ "options__8": { "label": "Round" }, - "label": "Image shape" + "label": "Image shape", + "info": "Standard-styled cards have no borders when an image shape is active." } }, "announcement-bar": { diff --git a/sections/featured-collection.liquid b/sections/featured-collection.liquid index 711ede3aeca..57e015a71e9 100644 --- a/sections/featured-collection.liquid +++ b/sections/featured-collection.liquid @@ -364,7 +364,8 @@ } ], "default": "default", - "label": "t:sections.all.image_shape.label" + "label": "t:sections.all.image_shape.label", + "info": "t:sections.all.image_shape.info" }, { "type": "checkbox", diff --git a/sections/main-collection-product-grid.liquid b/sections/main-collection-product-grid.liquid index 73a6b7139f2..f33a5ebd72d 100644 --- a/sections/main-collection-product-grid.liquid +++ b/sections/main-collection-product-grid.liquid @@ -266,7 +266,8 @@ } ], "default": "default", - "label": "t:sections.all.image_shape.label" + "label": "t:sections.all.image_shape.label", + "info": "t:sections.all.image_shape.info" }, { "type": "checkbox", diff --git a/sections/main-search.liquid b/sections/main-search.liquid index 0503aa49b05..de0f35bb03f 100644 --- a/sections/main-search.liquid +++ b/sections/main-search.liquid @@ -353,7 +353,8 @@ } ], "default": "default", - "label": "t:sections.all.image_shape.label" + "label": "t:sections.all.image_shape.label", + "info": "t:sections.all.image_shape.info" }, { "type": "checkbox", diff --git a/sections/related-products.liquid b/sections/related-products.liquid index 8ebd631296a..6106b26d3e1 100644 --- a/sections/related-products.liquid +++ b/sections/related-products.liquid @@ -198,7 +198,8 @@ } ], "default": "default", - "label": "t:sections.all.image_shape.label" + "label": "t:sections.all.image_shape.label", + "info": "t:sections.all.image_shape.info" }, { "type": "checkbox",