Hi,
I'm translating the theme and in the post new ad form, there is a listing title above the description, called using:
ItemForm::multilanguage_title_description();
but the label above the field is not translatable as it says "Title" but I've changed that in the po/mo files already and the other places include the correct translation, just this one isn't. How do I access this field to change the label inside the code itself?
Thanks.