Fix typo and use existing strings for team logos options

This commit is contained in:
Brian Miyaji
2019-03-12 21:10:39 +11:00
parent 91714255ae
commit 89a099bb23

View File

@@ -268,8 +268,8 @@ class SportsPress_Player_Lists {
), ),
array( array(
'title' => __( 'Teeams', 'sportspress' ), 'title' => __( 'Teams', 'sportspress' ),
'desc' => __( 'Display Teams Logos', 'sportspress' ), 'desc' => __( 'Display logos', 'sportspress' ),
'id' => 'sportspress_list_show_logos', 'id' => 'sportspress_list_show_logos',
'default' => 'no', 'default' => 'no',
'type' => 'checkbox', 'type' => 'checkbox',