diff --git a/templates/event-list.php b/templates/event-list.php index 91511d1f..19404e91 100644 --- a/templates/event-list.php +++ b/templates/event-list.php @@ -4,7 +4,7 @@ * * @author ThemeBoy * @package SportsPress/Templates - * @version 1.8.7 + * @version 1.9 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly @@ -76,9 +76,9 @@ if ( $show_title && false === $title && $id ) echo '' . __( 'Home', 'sportspress' ) . ''; if ( 'combined' == $time_format && sp_column_active( $usecolumns, 'time' ) ) { - echo ' '; + echo '' . __( 'Time/Results', 'sportspress' ) . ''; } elseif ( in_array( $time_format, array( 'separate', 'results' ) ) && sp_column_active( $usecolumns, 'results' ) ) { - echo ' '; + echo '' . __( 'Results', 'sportspress' ) . ''; } echo '' . __( 'Away', 'sportspress' ) . '';