From 750e4723a101776f2a48329d534eb61c37531189 Mon Sep 17 00:00:00 2001 From: Christopher Allford <6451942+ObliviousHarmony@users.noreply.github.com> Date: Thu, 12 Sep 2024 09:49:26 -0700 Subject: [PATCH] Updated Collection Heading --- .../assets/js/blocks/product-collection/collections/related.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/woocommerce-blocks/assets/js/blocks/product-collection/collections/related.tsx b/plugins/woocommerce-blocks/assets/js/blocks/product-collection/collections/related.tsx index ec530da03dc..3de8cd441e5 100644 --- a/plugins/woocommerce-blocks/assets/js/blocks/product-collection/collections/related.tsx +++ b/plugins/woocommerce-blocks/assets/js/blocks/product-collection/collections/related.tsx @@ -38,7 +38,7 @@ const heading: InnerBlockTemplate = [ { textAlign: 'center', level: 2, - content: __( 'You may also like', 'woocommerce' ), + content: __( 'Related Products', 'woocommerce' ), style: { spacing: { margin: { bottom: '1rem' } } }, }, ];