Improved payment method endpoint descriptions

This commit is contained in:
Claudio Sanches 2016-06-05 17:42:22 -03:00
parent 47fd4af2a3
commit e0bb183631
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ class WC_Settings_Payment_Gateways extends WC_Settings_Page {
array(
'title' => __( 'Set Default Payment Method', 'woocommerce' ),
'desc' => __( 'Endpoint for the setting a default payment page', 'woocommerce' ),
'desc' => __( 'Endpoint for the setting a default payment method page', 'woocommerce' ),
'id' => 'woocommerce_myaccount_set_default_payment_method_endpoint',
'type' => 'text',
'default' => 'set-default-payment-method',