update grammar

This commit is contained in:
Andrew Minion 2015-12-16 13:14:18 -06:00
parent f7ef9c0cec
commit b296962ca8
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ wc_print_notice( $info_message, 'notice' );
<?php
woocommerce_login_form(
array(
'message' => __( 'If you have shopped with us before, please enter your details in the boxes below. If you are a new customer please proceed to the Billing &amp; Shipping section.', 'woocommerce' ),
'message' => __( 'If you have shopped with us before, please enter your details in the boxes below. If you are a new customer, please proceed to the Billing &amp; Shipping section.', 'woocommerce' ),
'redirect' => wc_get_page_permalink( 'checkout' ),
'hidden' => true
)