]> git.mxchange.org Git - friendica.git/commitdiff
remove old reverence to addons.friendi.ca
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Tue, 29 Oct 2024 05:57:00 +0000 (06:57 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Tue, 29 Oct 2024 05:57:00 +0000 (06:57 +0100)
fixes #14512

The URL of the addon repository is corrected with this PR as well.

src/Module/Admin/Addons/Index.php
view/lang/C/messages.po

index 4c12027552e5074ed09de5dec40605302e09d5e7..8ebf1f918d178306cf8b23e2dabce621d9a4a3bb 100644 (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'),
                ]);
        }
index 134b1adb9f22520a41dd9aea7e5a417ed5582d39..bf278ac011451d36cab4e9920238ac61e2f56eb0 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: 2024.09-rc\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-10-27 19:18+0000\n"
+"POT-Creation-Date: 2024-10-29 05:54+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -3934,7 +3934,7 @@ msgstr ""
 
 #: src/Module/Admin/Addons/Index.php:66
 #, php-format
-msgid "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"
+msgid "There are currently no addons available on your node. You can find the official addon repository at %1$s."
 msgstr ""
 
 #: src/Module/Admin/DBSync.php:37