I have some CB specific phrases that appear in the frontend, for example "CB Moderate User Approvals" or "CB Login".
You can do a google search with "CB Moderate User Approvals" and you can find numerous sites indexed by this term.
In the sources code I can see that these terms are getting used as page titles, however I would like to change that. The question is where? (And obviously I would like to change it for frontend only. Does this come from the langauge string 'CB_MODERATE_USER_APPROVALS' however my impression was, this is a backend language string and should not affect frontpage. Anyway I could not locate a frontend php file where this string shows up. So what do i need to do to change it?