From d529103b59ab9143eb334fbc99c613037cf79e53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Albert=20Juh=C3=A9=20Lluveras?= Date: Mon, 17 Jul 2023 09:46:03 +0200 Subject: [PATCH] Update src/BlockTemplatesController.php Co-authored-by: Daniel Dudzic --- src/BlockTemplatesController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BlockTemplatesController.php b/src/BlockTemplatesController.php index dd487a2aecb..48aa936552c 100644 --- a/src/BlockTemplatesController.php +++ b/src/BlockTemplatesController.php @@ -114,7 +114,7 @@ public function register_mini_cart_template_part_area( $default_area_definitions $mini_cart_template_part_area = [ 'area' => 'mini-cart', 'label' => __( 'Mini-Cart', 'woo-gutenberg-products-block' ), - 'description' => 'The Mini-Cart template allows shoppers to see their cart items and provides access to the Cart and Checkout pages.', + 'description' => __( 'The Mini-Cart template allows shoppers to see their cart items and provides access to the Cart and Checkout pages.', 'woo-gutenberg-products-block' ), 'icon' => 'mini-cart', 'area_tag' => 'mini-cart', ];