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 Jan 6, 2025
1 parent 0756371 commit b73f4b8
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/com_kunena.views.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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 <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 @@ -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',
Expand Down

0 comments on commit b73f4b8

Please sign in to comment.