fixed incorrect order received endpoit tooltip

This commit is contained in:
Remi Corson 2014-04-17 11:03:47 +02:00
parent 4afeb7926c
commit 7e955ba1f9
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ class WC_Settings_Payment_Gateways extends WC_Settings_Page {
array(
'title' => __( 'Order Received', 'woocommerce' ),
'desc' => __( 'Endpoint for the Checkout → Pay page', 'woocommerce' ),
'desc' => __( 'Endpoint for the Checkout → Order Received page', 'woocommerce' ),
'id' => 'woocommerce_checkout_order_received_endpoint',
'type' => 'text',
'default' => 'order-received',