diff --git a/sportspress.php b/sportspress.php
index 2ecf1dce..614929fa 100644
--- a/sportspress.php
+++ b/sportspress.php
@@ -137,8 +137,8 @@ final class SportsPress {
public function action_links( $links ) {
return array_merge( array(
'' . __( 'Settings', 'sportspress' ) . '',
- '' . __( 'Themes', 'sportspress' ) . '',
- '' . __( 'Extensions', 'sportspress' ) . '',
+ '' . __( 'Themes', 'sportspress' ) . '',
+ '' . __( 'Extensions', 'sportspress' ) . '',
), $links );
}