From: Tobias Diekershoff
Date: Tue, 20 Aug 2013 09:35:26 +0000 (+0200)
Subject: we use the bugtracker on github now
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3ff982be9928d6a3fc98d5287d9ddc5687eef5e7;p=friendica.git
we use the bugtracker on github now
---
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 .= '';