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

Commit

Permalink
Merge branch 'trunk' into 9331-with-gutenberg-trunk-the-images-arent-…
Browse files Browse the repository at this point in the history
…loaded-on-the-site-editor
  • Loading branch information
gigitux authored May 3, 2023
2 parents 5aa74cd + 776ba77 commit 945ecf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "woocommerce/add-to-cart-form",
"version": "1.0.0",
"title": "Add to Cart Options",
"title": "Add to Cart with Options",
"description": "Display a button so the customer can add a product to their cart. Options will also be displayed depending on product type. e.g. quantity, variation.",
"category": "woocommerce",
"keywords": [ "WooCommerce" ],
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/specs/backend/add-to-cart-form.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import {
} from '../../utils.js';

const block = {
name: 'Add to Cart Options',
name: 'Add to Cart with Options',
slug: 'woocommerce/add-to-cart-form',
class: '.wc-block-add-to-cart-form',
};
Expand Down

0 comments on commit 945ecf1

Please sign in to comment.