I can’t see a partial containing code related to this. I’ve ignored the one’s such as account, header and such.
The one place I can see where I could change this is in extensions/igniter/local/components/menu/item.blade.php
where I could replace lang('main::lang.text_free')
with something like “Options”. I’d prefer to create a language option (like lang(‘main::lang.text_free’)) but I don’t see how to create these, only ammend existing ones.
Is this entirely the wrong place to achieve this?