Merge pull request #30204 from getsnoopy/fix-postal-code-labels

Correct postal code labels for US & India
This commit is contained in:
Vedanshu Jain 2021-07-28 13:38:45 +05:30 committed by GitHub
commit 124aeb7467
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1099,7 +1099,7 @@ class WC_Countries {
),
'IN' => array(
'postcode' => array(
'label' => __( 'Pin code', 'woocommerce' ),
'label' => __( 'PIN', 'woocommerce' ),
),
'state' => array(
'label' => __( 'State', 'woocommerce' ),
@ -1379,7 +1379,7 @@ class WC_Countries {
),
'US' => array(
'postcode' => array(
'label' => __( 'ZIP', 'woocommerce' ),
'label' => __( 'ZIP Code', 'woocommerce' ),
),
'state' => array(
'label' => __( 'State', 'woocommerce' ),