Home Forums Basel support forum Missing translation string

Missing translation string

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #356278

    aloke
    Participant

    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, 1 month ago by aloke.
    • This topic was modified 2 years, 1 month ago by aloke.
    #356515

    Artem Temos
    Keymaster

    Hello,

    Thank you for your report. We will fix this in our next theme update.

    Kind Regards

Viewing 2 posts - 1 through 2 (of 2 total)