How to change text on product tabs

I want to change “Files” to something else. I can’t use language because I don’t want it to be changed site-wide. I looked through the templates, but I couldn’t figure out where the tab name is set. :confused: Can you help?

Go to controllers\customer\products.php



find


'title' => fn_get_lang_var('files'),



Replace the word ‘files’ to your new word and add this as new language variable.



Example:

'title' => fn_get_lang_var('your_word'),

De ja vu?

[url]http://forum.cs-cart.com/showpost.php?p=59489&postcount=2[/url]

[quote name=‘kogi’]De ja vu?

[url]http://forum.cs-cart.com/showpost.php?p=59489&postcount=2[/url][/QUOTE]

???

Thanks, joe! (Edited: It worked great!!!) :smiley:


[quote name=‘kogi’]De ja vu?

[url]http://forum.cs-cart.com/showpost.php?p=59489&postcount=2[/url][/QUOTE]



Yes, I tried that but it’s not clear where the tab name is set in the template.