From 52249ac71e24df603e85b0de8b5c75c1e6d21eec Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Tue, 12 Apr 2016 13:05:35 -0400 Subject: [PATCH] Title made briefer --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 24edf96..45a1e8f 100644 --- a/functions.php +++ b/functions.php @@ -82,7 +82,7 @@ function woo_product_inquiry_tab( $tabs ) { // Adds the new tab $tabs['test_tab'] = array( - 'title' => __( 'Product Inquiry 2', 'woocommerce' ), + 'title' => __( 'Inquiry', 'woocommerce' ), 'priority' => 50, 'callback' => 'woo_product_inquiry_content' ); -- 2.17.1