From b73f4b8faddfba5fe9c443bf82df30ff15359303 Mon Sep 17 00:00:00 2001 From: xillibit Date: Mon, 6 Jan 2025 12:18:53 +0100 Subject: [PATCH] [K6.3] Update credits page to reflect change of status of people --- src/site/language/en-GB/com_kunena.views.ini | 1 + src/site/src/Controller/Credits/Display/CreditsDisplay.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/site/language/en-GB/com_kunena.views.ini b/src/site/language/en-GB/com_kunena.views.ini index a108268adf..f30d0ec01b 100644 --- a/src/site/language/en-GB/com_kunena.views.ini +++ b/src/site/language/en-GB/com_kunena.views.ini @@ -73,6 +73,7 @@ COM_KUNENA_CREDITS_SECURITY = "Security" COM_KUNENA_CREDITS_TESTING = "Testing" COM_KUNENA_CREDITS_CO_FOUNDER = "Co-founder" COM_KUNENA_CREDITS_FOUNDER = "Founder" +COM_KUNENA_CREDITS_FOUNDER = "Co-Founder" COM_KUNENA_CREDITS_X_AND_Y = "%s and %s" COM_KUNENA_CREDITS_THANKS_TO = "The Kunena Team would like to thank the community for its help and support. We also appreciate the hard work of everyone who have translated Kunena into many other languages. In addition we would like to thank many members of www.kunena.org, past and present, who have contributed and helped make this a more stable and bugfree version." COM_KUNENA_CREDITS_GO_BACK = "To return to the forum" diff --git a/src/site/src/Controller/Credits/Display/CreditsDisplay.php b/src/site/src/Controller/Credits/Display/CreditsDisplay.php index f2778251b9..e518d35fb3 100644 --- a/src/site/src/Controller/Credits/Display/CreditsDisplay.php +++ b/src/site/src/Controller/Credits/Display/CreditsDisplay.php @@ -107,7 +107,7 @@ protected function before() [ 'name' => 'Matias Griese', 'url' => 'https://www.kunena.org/forum/user/63-matias', - 'title' => Text::_('COM_KUNENA_CREDITS_CO_FOUNDER'), ], + 'title' => Text::_('COM_KUNENA_CREDITS_COFOUNDER'), ], [ 'name' => 'Oliver Ratzesberger', 'url' => 'https://www.kunena.org/forum/user/64-fxstein',