Rename "Postcode / ZIP" to "Postal code" when select Canada

This commit is contained in:
Claudio Sanches 2019-05-16 18:27:08 -03:00
parent 90aa716098
commit 144f011065
1 changed files with 3 additions and 0 deletions

View File

@ -833,6 +833,9 @@ class WC_Countries {
),
),
'CA' => array(
'postcode' => array(
'label' => __( 'Postal code', 'woocommerce' ),
),
'state' => array(
'label' => __( 'Province', 'woocommerce' ),
),