Fix typo and use existing strings for team logos options
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user