diff --git a/Languages/en_US/Who.php b/Languages/en_US/Who.php index 157e4c7187..46766488a9 100644 --- a/Languages/en_US/Who.php +++ b/Languages/en_US/Who.php @@ -174,7 +174,7 @@ // Credits text $txt['credits'] = 'Credits'; -$txt['credits_intro'] = 'Simple Machines wants to thank everyone who helped make SMF 2.1 what it is today; shaping and directing our project, all through the thick and the thin. It wouldn\'t have been possible without you. This includes our users and especially Charter Members - thanks for installing and using our software as well as providing valuable feedback, bug reports, and opinions.'; +$txt['credits_intro'] = 'Simple Machines wants to thank everyone who helped make SMF {SMF_VERSION} what it is today; shaping and directing our project, all through the thick and the thin. It wouldn\'t have been possible without you. This includes our users and especially Charter Members - thanks for installing and using our software as well as providing valuable feedback, bug reports, and opinions.'; $txt['credits_team'] = 'The Team'; $txt['credits_special'] = 'Special Thanks'; $txt['credits_list'] = '{names}.'; diff --git a/Sources/Actions/Credits.php b/Sources/Actions/Credits.php index 9599634c39..7c7f45b6ab 100644 --- a/Sources/Actions/Credits.php +++ b/Sources/Actions/Credits.php @@ -76,7 +76,7 @@ public function execute(): void Utils::$context['credits'] = [ [ - 'pretext' => Lang::$txt['credits_intro'], + 'pretext' => Lang::getTxt('credits_intro', ['SMF_VERSION' => SMF_VERSION]), 'title' => Lang::$txt['credits_team'], 'groups' => [ [