From d733919495ab24345a44a57a02e5300d7701ffa0 Mon Sep 17 00:00:00 2001 From: Katy Cobb Date: Fri, 20 Dec 2024 11:15:02 -0800 Subject: [PATCH] Collection list --- locales/en.default.schema.json | 13 ++++++------- sections/main-list-collections.liquid | 7 +------ 2 files changed, 7 insertions(+), 13 deletions(-) diff --git a/locales/en.default.schema.json b/locales/en.default.schema.json index 7b8be140f1f..6b48050f20d 100644 --- a/locales/en.default.schema.json +++ b/locales/en.default.schema.json @@ -1895,7 +1895,7 @@ "default": "Collections" }, "sort": { - "label": "Sort collections by:", + "label": "Sort collections", "options__1": { "label": "Alphabetically, A-Z" }, @@ -1925,22 +1925,21 @@ }, "options__3": { "label": "Square" - }, - "info": "Add images by editing your collections. [Learn more](https://help.shopify.com/manual/products/collections)" + } }, "columns_desktop": { - "label": "Number of columns on desktop" + "label": "Columns" }, "header_mobile": { "content": "Mobile Layout" }, "columns_mobile": { - "label": "Number of columns on mobile", + "label": "Mobile columns", "options__1": { - "label": "1 column" + "label": "1" }, "options__2": { - "label": "2 columns" + "label": "2" } } } diff --git a/sections/main-list-collections.liquid b/sections/main-list-collections.liquid index 2c949588d63..944a7285e60 100644 --- a/sections/main-list-collections.liquid +++ b/sections/main-list-collections.liquid @@ -108,8 +108,7 @@ } ], "default": "adapt", - "label": "t:sections.main-list-collections.settings.image_ratio.label", - "info": "t:sections.main-list-collections.settings.image_ratio.info" + "label": "t:sections.main-list-collections.settings.image_ratio.label" }, { "type": "range", @@ -120,10 +119,6 @@ "default": 3, "label": "t:sections.main-list-collections.settings.columns_desktop.label" }, - { - "type": "header", - "content": "t:sections.main-list-collections.settings.header_mobile.content" - }, { "type": "select", "id": "columns_mobile",