Dear Maxa49980,
Please go to file modules\mod_sj_vm_filter\tmpl\default_categories_manufacturers.php and find the code below:
prntscr.com/o9t42y
<?php echo $key; ?>
and add code:
<?php if ($key=='categories') {echo jtext::_('VM_CATEGORIES');} ?>
<?php if ($key=='manufacturers') {echo jtext::_('VM_MANUFACTURERS');} ?>
Then please go to file : language\en-GB (change to your language file)\en-GB.ini (change to your language file) and add text:
VM_CATEGORIES="categories"
VM_MANUFACTURERS="manufacturers"
and the same with your language file.
or translate these label in admin > extensions > language > overrides
Other text: please go to : \modules\mod_sj_vm_filter\language copy file en-GB and change to your language , open this folder, change name files and translate text in these files.
Thanks.