diff --git a/includes/admin/class-sp-admin-sports.php b/includes/admin/class-sp-admin-sports.php index 064787b4..0f88386f 100644 --- a/includes/admin/class-sp-admin-sports.php +++ b/includes/admin/class-sp-admin-sports.php @@ -286,6 +286,7 @@ class SP_Admin_Sports { __( 'Cricket', 'sportspress' ); __( 'Darts', 'sportspress' ); __( 'Floorball', 'sportspress' ); + __( 'Football', 'sportspress' ); __( 'American Football', 'sportspress' ); __( 'Australian Rules Football', 'sportspress' ); __( 'Handball', 'sportspress' ); @@ -295,7 +296,7 @@ class SP_Admin_Sports { __( 'Rugby League', 'sportspress' ); __( 'Rugby Union', 'sportspress' ); __( 'Snooker', 'sportspress' ); - __( 'Soccer (Association Football)', 'sportspress' ); + __( 'Softball', 'sportspress' ); __( 'Squash', 'sportspress' ); __( 'Table Tennis', 'sportspress' ); __( 'Tennis', 'sportspress' ); diff --git a/presets/team-sports/soccer.json b/presets/team-sports/soccer.json index 53092939..c71eb88c 100644 --- a/presets/team-sports/soccer.json +++ b/presets/team-sports/soccer.json @@ -1,5 +1,5 @@ { - "name": "Football (Soccer)", + "name": "Football", "positions": [ "Goalkeeper", "Defender",