PennController for IBEX › Forums › Support › Translation for the explanatory messages of eye-tracking module › Reply To: Translation for the explanatory messages of eye-tracking module
September 18, 2021 at 9:14 pm
#7279

Keymaster
Hello Carlos,
My code only targets text nodes, you cannot target HTML tags like <p>
with it.
At this point editing PennController.js (in your project’s Modules folder) might be the way to go. What I said above is actually not true: all the text is in that file (PennController.js), the only content that’s fetched from a distant server are the illustrate images. You can look for ambient
in PennController.js and you’ll find the section you need to edit in the file
Jeremy