Hey XTemos Team,
I just wanted to inform you in case you’re not aware that there is a translation string that needs to be updated in the theme files for translation to work correctly.
WooCommerce updated the msgid from this:
“A password will be sent to your email address.”
to this:
“A link to set a new password will be sent to your email address.”
basel/woocommerce/myaccount/form-login.php:105
Therefore the basel theme template file needs to be updated from this:
<?php esc_html_e('A password will be sent to your email address.', 'woocommerce'); ?>
to this:
<?php esc_html_e('A link to set a new password will be sent to your email address.', 'woocommerce'); ?>
I’ve resolved the issue myself by updating it in my child-theme directly, until the next Basel theme update.
Kind Regards,
Benjamin
-
This topic was modified 2 years, 9 months ago by aloke.
-
This topic was modified 2 years, 9 months ago by aloke.