• Hi!
    I can’t translate the title “Thank you.” on checkout page.
    The bug:
    File: \themes\yith-proteo\inc\woocommerce.php
    Line 562: $title = esc_html__( ‘Thank you’, ‘yith-proteo’ );
    Replace with: $title = esc_html__( ‘Thank you.’, ‘yith-proteo’ );
    (missing the final dot)

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Checkout “Thank You” title bug’ is closed to new replies.