diff --git a/locales/en.default.schema.json b/locales/en.default.schema.json index 0b5e7e52771..d3a68cbff45 100644 --- a/locales/en.default.schema.json +++ b/locales/en.default.schema.json @@ -938,7 +938,7 @@ "name": "Product rating", "settings": { "paragraph": { - "content": "To display a rating, add a product rating app. [Learn more](https://help.shopify.com/manual/online-store/themes/theme-structure/theme-features#featured-product-rating)" + "content": "An app is required for product ratings. [Learn more](https://help.shopify.com/manual/online-store/themes/theme-structure/theme-features#featured-product-rating)" } } } @@ -1858,7 +1858,7 @@ }, "show_rating": { "label": "Show product rating", - "info": "To display a rating, add a product rating app. [Learn more](https://help.shopify.com/manual/online-store/themes/theme-structure/page-types#product-grid-section-settings)" + "info": "An app is required for product ratings. [Learn more](https://help.shopify.com/manual/online-store/themes/theme-structure/page-types#product-grid-section-settings)" }, "header__1": { "content": "Filtering and sorting" @@ -1987,7 +1987,7 @@ "default": "Text block" }, "text_style": { - "label": "Text style", + "label": "Style", "options__1": { "label": "Body" }, @@ -2022,11 +2022,10 @@ } }, "inventory_threshold": { - "label": "Low inventory threshold", - "info": "Choose 0 to always show in stock if available." + "label": "Low inventory threshold" }, "show_inventory_quantity": { - "label": "Show inventory count" + "label": "Inventory count" } } }, @@ -2064,8 +2063,8 @@ "name": "Buy buttons", "settings": { "show_dynamic_checkout": { - "label": "Show dynamic checkout buttons", - "info": "Using the payment methods available on your store, customers see their preferred option, like PayPal or Apple Pay. [Learn more](https://help.shopify.com/manual/using-themes/change-the-layout/dynamic-checkout)" + "label": "Dynamic checkout buttons", + "info": "Customers will see their preferred payment option. [Learn more](https://help.shopify.com/manual/using-themes/change-the-layout/dynamic-checkout)" }, "show_gift_card_recipient": { "label": "Recipient info form for gift cards", @@ -2109,7 +2108,6 @@ "name": "Collapsible row", "settings": { "heading": { - "info": "Include a heading that explains the content.", "label": "Heading", "default": "Collapsible row" }, @@ -2272,7 +2270,7 @@ "name": "Product rating", "settings": { "paragraph": { - "content": "To display a rating, add a product rating app. [Learn more](https://help.shopify.com/manual/online-store/themes/theme-structure/page-types#product-rating-block)" + "content": "An app is required for product ratings. [Learn more](https://help.shopify.com/manual/online-store/themes/theme-structure/page-types#product-rating-block)" } } }, @@ -2280,23 +2278,23 @@ "name": "Complementary products", "settings": { "paragraph": { - "content": "To select complementary products, add the Search & Discovery app. [Learn more](https://help.shopify.com/manual/online-store/search-and-discovery/product-recommendations)" + "content": "Manage complementary products in the [Search & Discovery app](https://help.shopify.com/manual/online-store/search-and-discovery/product-recommendations)" }, "heading": { "label": "Heading", "default": "Pairs well with" }, "make_collapsible_row": { - "label": "Show as collapsible row" + "label": "Collapsible row" }, "icon": { - "info": "Visible when collapsible row is displayed." + "info": "Shown when collapsible row is selected" }, "product_list_limit": { - "label": "Maximum products to show" + "label": "Products" }, "products_per_page": { - "label": "Number of products per page" + "label": "Products per page" }, "pagination_style": { "label": "Pagination style", @@ -2317,7 +2315,7 @@ } }, "enable_quick_add": { - "label": "Enable quick add button" + "label": "Quick add" } } }, @@ -2333,41 +2331,47 @@ "label": "Vertical" } }, - "content": { - "label": "Content", - "info": "Choose an icon or add an image for each column or row." + "pairing_1": { + "label": "Pairing 1", + "info": "Choose an icon or add an image for each pairing" }, "heading": { - "info": "Leave the heading label blank to hide the icon column." + "info": "Leave blank to hide this pairing" }, "icon_1": { - "label": "First icon" + "label": "Icon" }, "image_1": { - "label": "First image" + "label": "Image" }, "heading_1": { - "label": "First heading", + "label": "Heading", "default": "Heading" }, + "pairing_2": { + "label": "Pairing 2" + }, "icon_2": { - "label": "Second icon" + "label": "Icon" }, "image_2": { - "label": "Second image" + "label": "Image" }, "heading_2": { - "label": "Second heading", + "label": "Heading", "default": "Heading" }, + "pairing_3": { + "label": "Pairing 3" + }, "icon_3": { - "label": "Third icon" + "label": "Icon" }, "image_3": { - "label": "Third image" + "label": "Image" }, "heading_3": { - "label": "Third heading", + "label": "Heading", "default": "Heading" } } @@ -2491,8 +2495,8 @@ "label": "Show vendor" }, "show_rating": { - "label": "Show product rating", - "info": "To display a rating, add a product rating app. [Learn more](https://help.shopify.com/manual/online-store/themes/theme-structure/page-types#search-results-section-settings)" + "label": "Product rating", + "info": "An app is required for product ratings. [Learn more](https://help.shopify.com/manual/online-store/themes/theme-structure/page-types#search-results-section-settings)" }, "header__1": { "content": "Product card" @@ -2863,7 +2867,7 @@ }, "show_rating": { "label": "Show product rating", - "info": "To display a rating, add a product rating app. [Learn more](https://help.shopify.com/manual/online-store/themes/theme-structure/page-types#product-recommendations-section-settings)" + "info": "An app is required for product ratings. [Learn more](https://help.shopify.com/manual/online-store/themes/theme-structure/page-types#product-recommendations-section-settings)" }, "header_mobile": { "content": "Mobile Layout" @@ -3281,7 +3285,6 @@ "settings": { "heading": { "default": "Collapsible row", - "info": "Include a heading that explains the content.", "label": "Heading" }, "row_content": { diff --git a/sections/main-product.liquid b/sections/main-product.liquid index 16042bca806..2fc44b3087c 100644 --- a/sections/main-product.liquid +++ b/sections/main-product.liquid @@ -834,7 +834,6 @@ "min": 0, "max": 100, "step": 1, - "info": "t:sections.main-product.blocks.inventory.settings.inventory_threshold.info", "default": 10 }, { @@ -930,14 +929,6 @@ "id": "share_label", "label": "t:sections.main-product.blocks.share.settings.text.label", "default": "t:sections.main-product.blocks.share.settings.text.default" - }, - { - "type": "paragraph", - "content": "t:sections.main-product.blocks.share.settings.featured_image_info.content" - }, - { - "type": "paragraph", - "content": "t:sections.main-product.blocks.share.settings.title_info.content" } ] }, @@ -961,7 +952,6 @@ "type": "text", "id": "heading", "default": "t:sections.main-product.blocks.collapsible_tab.settings.heading.default", - "info": "t:sections.main-product.blocks.collapsible_tab.settings.heading.info", "label": "t:sections.main-product.blocks.collapsible_tab.settings.heading.label" }, { @@ -1482,8 +1472,8 @@ }, { "type": "header", - "content": "t:sections.main-product.blocks.icon_with_text.settings.content.label", - "info": "t:sections.main-product.blocks.icon_with_text.settings.content.info" + "content": "t:sections.main-product.blocks.icon_with_text.settings.pairing_1.label", + "info": "t:sections.main-product.blocks.icon_with_text.settings.pairing_1.info" }, { "type": "select", @@ -1681,6 +1671,10 @@ "label": "t:sections.main-product.blocks.icon_with_text.settings.heading_1.label", "info": "t:sections.main-product.blocks.icon_with_text.settings.heading.info" }, + { + "type": "header", + "content": "t:sections.main-product.blocks.icon_with_text.settings.pairing_2.label" + }, { "type": "select", "id": "icon_2", @@ -1877,6 +1871,10 @@ "label": "t:sections.main-product.blocks.icon_with_text.settings.heading_2.label", "info": "t:sections.main-product.blocks.icon_with_text.settings.heading.info" }, + { + "type": "header", + "content": "t:sections.main-product.blocks.icon_with_text.settings.pairing_3.label" + }, { "type": "select", "id": "icon_3",