The title of the Listener's window has been set in updateNumberOfListeners() method of org.bigbluebutton.modules.listeners.views.ListenersWindow.mxml
If you want to change it you need to change it in the property file.
In locale folder, goto your version of BBB folder, lets say en_US, and open bbbResources.properties file, change the line
bbb.listeners.title = Listeners{0} {1}
to
bbb.listeners.title = Students{0} {1}
Regards.