From 3ff982be9928d6a3fc98d5287d9ddc5687eef5e7 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Tue, 20 Aug 2013 11:35:26 +0200 Subject: [PATCH] we use the bugtracker on github now --- mod/friendica.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/friendica.php b/mod/friendica.php index 28807b5b50..a065320a23 100644 --- a/mod/friendica.php +++ b/mod/friendica.php @@ -57,7 +57,7 @@ function friendica_content(&$a) { $o .= t('Please visit Friendica.com to learn more about the Friendica project.') . '

'; - $o .= t('Bug reports and issues: please visit') . ' ' . 'Bugs.Friendica.com

'; + $o .= t('Bug reports and issues: please visit') . ' ' . 'the bucktracker at github

'; $o .= t('Suggestions, praise, donations, etc. - please email "Info" at Friendica - dot com') . '

'; $o .= '

';