Hi there,
Yes, you can change it in the extra.php file (don’t know if you can change it through the admin area but you can hard code i like this).
In the extras.php (inc/extras.php) files
find the line that says
$args[‘show_home’] = true;
and change it to
$args[‘show_home’] = “Home”;
Obviously change the word “Home” to whatever you want.
Hope that helps