Rename "Postcode / ZIP" to "Postal code" when select Canada
This commit is contained in:
parent
90aa716098
commit
144f011065
|
@ -833,6 +833,9 @@ class WC_Countries {
|
|||
),
|
||||
),
|
||||
'CA' => array(
|
||||
'postcode' => array(
|
||||
'label' => __( 'Postal code', 'woocommerce' ),
|
||||
),
|
||||
'state' => array(
|
||||
'label' => __( 'Province', 'woocommerce' ),
|
||||
),
|
||||
|
|
Loading…
Reference in New Issue