diff -Naur wordpress-meta/wordpress.tv/public_html/wp-content/themes/wptv2/breadcrumbs.php wordpress-meta/wordpress.tv/public_html/wp-content/themes/wptv2/breadcrumbs.php
--- wordpress-meta/wordpress.tv/public_html/wp-content/themes/wptv2/breadcrumbs.php	2018-09-19 18:27:56.282527000 +0530
+++ wordpress-meta/wordpress.tv/public_html/wp-content/themes/wptv2/breadcrumbs.php	2018-09-19 18:30:13.907440072 +0530
@@ -8,7 +8,7 @@
 global $wptv;
 ?>
 <div class="breadcrumb">
-	<a href="<?php echo esc_attr( home_url() );?>">Home</a>
+	<a href="<?php echo esc_url( home_url() );?>"><?php echo __( 'Home', 'wptv' ); ?></a>
 	<?php
 		$wptv->the_category( '<span class="arrow">&raquo;</span>' );
 		$wptv->the_event( '<span class="arrow">&raquo;</span>' );
