• jbottero

    (@jbottero)


    I would like to change some of the wording, for example “Assigned to” to “Client name”. Is this possible?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter jbottero

    (@jbottero)

    Never mind:

    egrep -lRZ ‘Assigned to’ . | xargs -0 -l sed -i -e ‘s/Assigned\ to/Client/g’

    Plugin Contributor Thomas

    (@tlartaud)

    Hi,

    No, this is not the proper solution. You are actually editing the plugin files, so you’ll lose your modifications on next plugin updates.

    There is two ways for you to do this. By template editing, or by making a new translation .po file.

    See Change the text of the buttons – WP Customer Area.

    Regards

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

The topic ‘Modifying the templates’ is closed to new replies.