Changing a Label on Search Box
I am trying to swap out the name "businesses" on the vantage search box, with "members." I used the excellent tutortial for Windows Grep by Luxor, but despite pasting every variation of the element, I can't seem to find the theme file, to copy for my child theme. It keeps pointing me to the header file, and yet I don't see the line of code I'm looking for.
This is the element I'm looking for:
<label>
<input type="radio" value="listing" name="st" checked="checked"></input>
Businesses
</label>
With "Businesses" being the word I want to change.
Any input would be appreciated.