diff --git a/presets/soccer.php b/presets/soccer.php index 81cbbb6e..ff73bd62 100644 --- a/presets/soccer.php +++ b/presets/soccer.php @@ -2,7 +2,7 @@ global $sportspress_sports; $sportspress_sports['soccer'] = array( - 'name' => __( 'Soccer', 'sportspress' ), + 'name' => __( 'Association Football (Soccer)', 'sportspress' ), 'posts' => array( // Statistics 'sp_statistic' => array( diff --git a/sportspress-globals.php b/sportspress-globals.php index f787eef3..90bd8298 100644 --- a/sportspress-globals.php +++ b/sportspress-globals.php @@ -1,5 +1,6 @@