How to change tag Title to its name?

Use …

if ( is_tax( 'post_tag' ) )
    echo single_term_title();

I would just call a naked wp_title() and change that title per filter. See example 1, 2 and 3.