From 6feed18146c58c1cb6f5c81de798b0496a74ad3b Mon Sep 17 00:00:00 2001 From: Katy Cobb Date: Thu, 12 Dec 2024 17:30:14 -0800 Subject: [PATCH] Image with text --- locales/en.default.schema.json | 12 +++++------- sections/image-with-text.liquid | 6 ++---- 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/locales/en.default.schema.json b/locales/en.default.schema.json index e677990796d..43e34013dbb 100644 --- a/locales/en.default.schema.json +++ b/locales/en.default.schema.json @@ -1374,8 +1374,7 @@ "options__3": { "label": "Large" }, - "label": "Desktop image width", - "info": "Image is automatically optimized for mobile." + "label": "Image width" }, "layout": { "options__1": { @@ -1384,8 +1383,7 @@ "options__2": { "label": "Image second" }, - "label": "Desktop image placement", - "info": "Image first is the default mobile layout." + "label": "Image placement" }, "desktop_content_alignment": { "options__1": { @@ -1397,7 +1395,7 @@ "options__3": { "label": "Right" }, - "label": "Desktop content alignment" + "label": "Content alignment" }, "desktop_content_position": { "options__1": { @@ -1409,7 +1407,7 @@ "options__3": { "label": "Bottom" }, - "label": "Desktop content position" + "label": "Content position" }, "content_layout": { "options__1": { @@ -1430,7 +1428,7 @@ "options__3": { "label": "Right" }, - "label": "Mobile content alignment" + "label": "Content alignment" } }, "blocks": { diff --git a/sections/image-with-text.liquid b/sections/image-with-text.liquid index 29448fdce03..8113c2fa41e 100644 --- a/sections/image-with-text.liquid +++ b/sections/image-with-text.liquid @@ -162,8 +162,7 @@ } ], "default": "medium", - "label": "t:sections.image-with-text.settings.desktop_image_width.label", - "info": "t:sections.image-with-text.settings.desktop_image_width.info" + "label": "t:sections.image-with-text.settings.desktop_image_width.label" }, { "type": "select", @@ -179,8 +178,7 @@ } ], "default": "image_first", - "label": "t:sections.image-with-text.settings.layout.label", - "info": "t:sections.image-with-text.settings.layout.info" + "label": "t:sections.image-with-text.settings.layout.label" }, { "type": "select",