Skip to content

Commit

Permalink
Merge pull request #341 from dlyr/main
Browse files Browse the repository at this point in the history
Update password message for my account offcanvas.
  • Loading branch information
crftwrk committed Jan 2, 2023
2 parents 1773f83 + 729fc3b commit a1757ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion woocommerce/myaccount/my-account-offcanvas.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@

<?php else : ?>

<p><?php esc_html_e('A password will be sent to your email address.', 'woocommerce'); ?></p>
<p><?php esc_html_e('A link to set a new password will be sent to your email address.', 'woocommerce'); ?></p>

<?php endif; ?>

Expand Down

0 comments on commit a1757ac

Please sign in to comment.