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

Commit 3e5a522

Browse files
committed
Rename block.
From “Product Price” to “Price”
1 parent ac2b6d6 commit 3e5a522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/js/atomic/blocks/product-elements/price/constants.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { __ } from '@wordpress/i18n';
55
import { currencyDollar, Icon } from '@wordpress/icons';
66

77
export const BLOCK_TITLE: string = __(
8-
'Product Price',
8+
'Price',
99
'woo-gutenberg-products-block'
1010
);
1111
export const BLOCK_ICON: JSX.Element = (

0 commit comments

Comments
 (0)