• Resolved amolchopra

    (@amolchopra)


    Hi. I am trying to change the text as below:

    Original string: Find a Freelancer
    Text domain: ET_DOMAIN
    Text context:
    Replacement string: Find a Helper

    The Text Domain also looks correct: <?php _e(“Find a Freelancer”, ET_DOMAIN); ?>

    What am I doing wrong?

Viewing 1 replies (of 1 total)
  • Plugin Author Lee Willis

    (@leewillis77)

    In the example you posted ET_DOMAIN is a PHP constant whose actual value will be defined elsewhere. You need to find out what that is and use it instead of ET_DOMAIN when setting up your replacement.

Viewing 1 replies (of 1 total)
  • The topic ‘Unable to change the text. What am I doing wrong?’ is closed to new replies.