Title made briefer
authorLaury GvR <laury@gaslightmedia.com>
Tue, 12 Apr 2016 17:05:35 +0000 (13:05 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 12 Apr 2016 17:05:35 +0000 (13:05 -0400)
functions.php

index 24edf96..45a1e8f 100644 (file)
@@ -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'
        );