Skip to content

Commit

Permalink
WEB: Set the page description to the game support level
Browse files Browse the repository at this point in the history
  • Loading branch information
lephilousophe committed Sep 14, 2024
1 parent 6eceeea commit f7babfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/Pages/CompatibilityPage.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f7babfd

Please sign in to comment.