From 135f393fc4e8486e13888d7b6ea25ae6b0345fc4 Mon Sep 17 00:00:00 2001 From: slawkens Date: Sun, 23 May 2021 02:54:33 +0200 Subject: [PATCH] Change team page title --- system/pages/team.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/pages/team.php b/system/pages/team.php index d3c92f22..2e410e12 100644 --- a/system/pages/team.php +++ b/system/pages/team.php @@ -9,7 +9,7 @@ * @link https://my-aac.org */ defined('MYAAC') or die('Direct access not allowed!'); -$title = 'Gamemasters List'; +$title = 'Support in game'; if($config['account_country']) require SYSTEM . 'countries.conf.php';