Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Update src/BlockTemplatesController.php
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Dudzic <[email protected]>
  • Loading branch information
Aljullu and danieldudzic authored Jul 17, 2023
1 parent dda8097 commit d529103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BlockTemplatesController.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
];
Expand Down

0 comments on commit d529103

Please sign in to comment.