Translation in checkout

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #20585
    Ron Men
    Participant

    Hi WP-Travel team,

    can you change line 121 in “/inc/cart/cart-mini.php” from

    
    <span style="display:table-row"><?php echo esc_html( esc_html( $category_type ) ); ?></span>
    

    to

    
    <span style="display:table-row"><?php echo esc_html__( $category_type, 'wp-travel' ); ?></span>
    

    to support translation of the “category type” of the travel.

    Regards
    RonMen

    #20602
    Support Team
    Keymaster

    Hello @ronmen,

    Thank you very much for bringing it in our attention.

    We will fix the issue in the next update of the theme.

    Hoping for your kind co-operation.

    Thank you.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘WP Travel’ is closed to new topics and replies.