remove old reverence to addons.friendi.ca

fixes #14512

The URL of the addon repository is corrected with this PR as well.
This commit is contained in:
Tobias Diekershoff 2024-10-29 06:57:00 +01:00
parent 7e446e8100
commit 61435984b0
2 changed files with 3 additions and 3 deletions

View file

@ -63,7 +63,7 @@ class Index extends BaseAdmin
'$function' => 'addons',
'$addons' => $addons,
'$pcount' => count($addons),
'$noplugshint' => DI::l10n()->t('There are currently no addons available on your node. You can find the official addon repository at %1$s and might find other interesting addons in the open addon registry at %2$s', 'https://github.com/friendica/friendica-addons', 'http://addons.friendi.ca'),
'$noplugshint' => DI::l10n()->t('There are currently no addons available on your node. You can find the official addon repository at %1$s.', 'https://git.friendi.ca/friendica/friendica-addons'),
'$form_security_token' => self::getFormSecurityToken('admin_addons'),
]);
}