Colon after simple product qty on shop lsit
authorLaury GvR <laury@gaslightmedia.com>
Tue, 5 Apr 2016 20:18:26 +0000 (16:18 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 5 Apr 2016 20:18:26 +0000 (16:18 -0400)
woocommerce/single-product/add-to-cart/simple.php

index aafa3b8..d824598 100644 (file)
@@ -44,7 +44,7 @@ if ( ! $product->is_purchasable() ) {
         <div class="woo-qty-wrapper">
         <?php
             if ( ! $product->is_sold_individually() ) {
-                ?><span class="cart-qty-label">Qty</span><?php
+                ?><span class="cart-qty-label">Qty:</span><?php
                 woocommerce_quantity_input( array(
                     'min_value'   => apply_filters( 'woocommerce_quantity_input_min', 1, $product ),
                     'max_value'   => apply_filters( 'woocommerce_quantity_input_max', $product->backorders_allowed() ? '' : $product->get_stock_quantity(), $product ),