From f0a695b1da1c3ad03c1570f463eb4b9bdde64c7c Mon Sep 17 00:00:00 2001 From: xillibit Date: Mon, 23 Dec 2024 22:43:29 +0100 Subject: [PATCH] [K6.3] Update credits page to reflect change of status of people --- src/site/language/en-GB/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/en-GB.com_kunena.views.ini b/src/site/language/en-GB/en-GB.com_kunena.views.ini index b73a6c8dd31..c0336cab0b7 100644 --- a/src/site/language/en-GB/en-GB.com_kunena.views.ini +++ b/src/site/language/en-GB/en-GB.com_kunena.views.ini @@ -72,6 +72,7 @@ COM_KUNENA_CREDITS_MODERATION = "Forum Moderation" COM_KUNENA_CREDITS_SECURITY = "Security" COM_KUNENA_CREDITS_TESTING = "Testing" 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 e8fa702c124..417f652ad14 100644 --- a/src/site/src/Controller/Credits/Display/CreditsDisplay.php +++ b/src/site/src/Controller/Credits/Display/CreditsDisplay.php @@ -108,7 +108,7 @@ protected function before() [ 'name' => 'Matias Griese', 'url' => 'https://www.kunena.org/forum/user/63-matias', - 'title' => Text::_('COM_KUNENA_CREDITS_DEVELOPMENT'), ], + 'title' => Text::_('COM_KUNENA_CREDITS_COFOUNDER'), ], [ 'name' => 'Oliver Ratzesberger', 'url' => 'https://www.kunena.org/forum/user/64-fxstein',