missing )

This commit is contained in:
Nicola Mustone 2016-07-26 16:13:09 +02:00
parent 5613985882
commit 0aed3bd8b8
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ class WC_Settings_Accounts extends WC_Settings_Page {
array(
'title' => __( 'Payment Methods', 'woocommerce' ),
'desc' => sprintf( __( 'Endpoint for the My Account → %s page', 'woocommerce' ), __( 'Payment Methods', 'woocommerce' ),
'desc' => sprintf( __( 'Endpoint for the My Account → %s page', 'woocommerce' ), __( 'Payment Methods', 'woocommerce' ) ),
'id' => 'woocommerce_myaccount_payment_methods_endpoint',
'type' => 'text',
'default' => 'payment-methods',