fixed incorrect order received endpoit tooltip
This commit is contained in:
parent
902e7e2506
commit
17abdb223a
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue