Skip to content

Commit

Permalink
[K6.3] Update credits page to reflect change of status of people
Browse files Browse the repository at this point in the history
  • Loading branch information
xillibit committed Dec 23, 2024
1 parent c2598f5 commit f0a695b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/site/language/en-GB/en-GB.com_kunena.views.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a target=\"_blank\" href=\"%s\">community</a> for its help and support. We also appreciate the hard work of everyone who have <a target=\"_blank\" href=\"%s\">translated</a> Kunena into many other languages. In addition we would like to thank many members of <a target=\"_blank\" href=\"%s\">www.kunena.org</a>, past and present, who have <a target=\"_blank\" href=\"%s\">contributed</a> and helped make this a more stable and bugfree version."
COM_KUNENA_CREDITS_GO_BACK = "To return to the forum"
Expand Down
2 changes: 1 addition & 1 deletion src/site/src/Controller/Credits/Display/CreditsDisplay.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit f0a695b

Please sign in to comment.