<p><?phpprintf(__("Thanks for creating an account on %s. Your username is <strong>%s</strong>.",'woocommerce'),esc_html($blogname),esc_html($user_login));?></p>
<p><?phpprintf(__('You can access your account area to view your orders and change your password here: %s.','woocommerce'),get_permalink(wc_get_page_id('myaccount')));?></p>