Fix State label for Spain (https://github.com/woocommerce/woocommerce-blocks/pull/3147)
This commit is contained in:
parent
e1c5d8a92d
commit
a285376e96
|
@ -198,9 +198,9 @@ const countryAddressFields = {
|
|||
ES: {
|
||||
...postcodeBeforeCity,
|
||||
state: {
|
||||
label: __( 'State', 'woo-gutenberg-products-block' ),
|
||||
label: __( 'Province', 'woo-gutenberg-products-block' ),
|
||||
optionalLabel: __(
|
||||
'State (optional)',
|
||||
'Province (optional)',
|
||||
'woo-gutenberg-products-block'
|
||||
),
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue