diff --git a/locales/en.default.schema.json b/locales/en.default.schema.json index 1b7d6b9f004..a92b88ce26a 100644 --- a/locales/en.default.schema.json +++ b/locales/en.default.schema.json @@ -401,7 +401,7 @@ "has_cards_info": "To change the card color scheme, update your theme settings." }, "heading_size": { - "label": "Size", + "label": "Heading size", "options__1": { "label": "Small" }, @@ -3233,7 +3233,7 @@ "label": "Open first collapsible row" }, "header": { - "content": "Image layout" + "content": "Image" }, "image": { "label": "Image" @@ -3257,8 +3257,7 @@ }, "options__2": { "label": "Image second" - }, - "info": "Image is always first on mobile." + } } }, "blocks": { diff --git a/sections/collapsible-content.liquid b/sections/collapsible-content.liquid index bf31768ab8a..e9b8932eba3 100644 --- a/sections/collapsible-content.liquid +++ b/sections/collapsible-content.liquid @@ -256,8 +256,7 @@ } ], "default": "image_second", - "label": "t:sections.collapsible_content.settings.desktop_layout.label", - "info": "t:sections.collapsible_content.settings.desktop_layout.info" + "label": "t:sections.collapsible_content.settings.desktop_layout.label" }, { "type": "header", @@ -293,8 +292,7 @@ "type": "text", "id": "heading", "default": "t:sections.collapsible_content.blocks.collapsible_row.settings.heading.default", - "label": "t:sections.collapsible_content.blocks.collapsible_row.settings.heading.label", - "info": "t:sections.collapsible_content.blocks.collapsible_row.settings.heading.info" + "label": "t:sections.collapsible_content.blocks.collapsible_row.settings.heading.label" }, { "type": "select",