From f7babfdca7af4679501e0044186df83487c5fd80 Mon Sep 17 00:00:00 2001 From: Le Philousophe Date: Sat, 14 Sep 2024 13:21:28 +0200 Subject: [PATCH] WEB: Set the page description to the game support level --- include/Pages/CompatibilityPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Pages/CompatibilityPage.php b/include/Pages/CompatibilityPage.php index 1c05f0cd2..1bda80c78 100644 --- a/include/Pages/CompatibilityPage.php +++ b/include/Pages/CompatibilityPage.php @@ -91,7 +91,7 @@ public function getGame($target, $version) array( 'title' => preg_replace('/{version}/', $version, $this->getConfigVars('compatibilityTitle')), 'subtitle' => $game->getGame()->getName(), - 'description' => $this->getConfigVars('compatibilityIntro'), + 'description' => $this->supportLevelDescriptions[$game->getSupport()], 'content_title' => preg_replace( '/{version}/', $version,