Rename competitions to leagues

This commit is contained in:
Brian Miyaji
2017-11-04 18:20:47 +11:00
parent 5ad7219b03
commit bf7b0d3d11
39 changed files with 53 additions and 53 deletions

View File

@@ -144,7 +144,7 @@ endif;
}
if ( sp_column_active( $usecolumns, 'league' ) )
echo '<th class="data-league">' . __( 'Competition', 'sportspress' ) . '</th>';
echo '<th class="data-league">' . __( 'League', 'sportspress' ) . '</th>';
if ( sp_column_active( $usecolumns, 'season' ) )
echo '<th class="data-season">' . __( 'Season', 'sportspress' ) . '</th>';