Hi,
I might add the option to show/hide the browsers name in the future, for now, you have to find your own solution.
An easy way to display the right name is to use a php if statment like the following:
<?php if($browser == 'ff') { echo 'Firefox'; } ?>