We have a requirement to change the text in the search textbox on Mysite on the SharePoint 2010 environment. The default search text is “Find People”, it should be modified to "Search People".
For now we're using a delegate control to insert a startup Javascript (this.Page.ClientScript.RegisterStartupScript) on the page which changes the text once the page is done loading.
Is there a way or a control to change the search text on pageload? If so, how to do that? By the way, which control renders this? Is it from "MySiteTopNavigation.ascx"?
