Update admin/woocommerce-admin-users.php
This commit is contained in:
parent
e7c5542762
commit
f3e6765b16
|
@ -150,11 +150,11 @@ function woocommerce_get_customer_meta_fields() {
|
|||
),
|
||||
'billing_state' => array(
|
||||
'label' => __('State/County', 'woocommerce'),
|
||||
'description' => 'Country or state code'
|
||||
'description' => '__('Country or state code', 'woocommerce'),
|
||||
),
|
||||
'billing_country' => array(
|
||||
'label' => __('Country', 'woocommerce'),
|
||||
'description' => '2 letter Country code'
|
||||
'description' => '__('2 letter Country code', 'woocommerce')'
|
||||
),
|
||||
'billing_phone' => array(
|
||||
'label' => __('Telephone', 'woocommerce'),
|
||||
|
|
Loading…
Reference in New Issue