removed postcode label and changed state label
This commit is contained in:
parent
cab7c5b8a1
commit
43db909665
|
@ -946,12 +946,11 @@ class WC_Countries {
|
|||
),
|
||||
'GH' => array(
|
||||
'postcode' => array(
|
||||
'label' => __( 'Postcode', 'woocommerce' ),
|
||||
'required' => false,
|
||||
'hidden' => true,
|
||||
),
|
||||
'state' => array(
|
||||
'label' => __( 'State', 'woocommerce' ),
|
||||
'label' => __( 'Region', 'woocommerce' ),
|
||||
),
|
||||
),
|
||||
'GP' => array(
|
||||
|
|
Loading…
Reference in New Issue