Problem with translation "View Detail" on table view

Home Forums Plugins Forum FAT Event Problem with translation "View Detail" on table view

This topic contains 3 replies, has 2 voices, and was last updated by  Kenus 4 years, 4 months ago.

  • Author
    Posts
  • #3931

    AutoPilotDK
    Participant

    The latest update was supposed to include a fix, for the text “View Detail” in table.php not taking it’s value from translation file.

    It can be fixed by changing line 120 in table.php to:

    <?php echo esc_html__(‘View Detail’, ‘fat-event’);?>

    In the current update there is a typo in the mentioned line. It reads “fat-vent” instead of “fat-event”.

    Please fix 🙂

The topic ‘Problem with translation "View Detail" on table view’ is closed to new replies.