update grammar
This commit is contained in:
parent
f7ef9c0cec
commit
b296962ca8
|
@ -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 & 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 & Shipping section.', 'woocommerce' ),
|
||||
'redirect' => wc_get_page_permalink( 'checkout' ),
|
||||
'hidden' => true
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue