]> git.mxchange.org Git - friendica.git/commitdiff
new info mail address
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Mon, 16 Apr 2018 15:28:19 +0000 (17:28 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Mon, 16 Apr 2018 15:28:19 +0000 (17:28 +0200)
mod/friendica.php

index 43e518359842dee094aad794fc567d2a87954bdc..661c4bf98d6c148fd4630139f5f2367bf9c7491d 100644 (file)
@@ -86,7 +86,7 @@ function friendica_content(App $a)
        $o .= L10n::t('Bug reports and issues: please visit') . ' ' . '<a href="https://github.com/friendica/friendica/issues?state=open">'.L10n::t('the bugtracker at github').'</a>';
        $o .= '</p>' . PHP_EOL;
        $o .= '<p>';
-       $o .= L10n::t('Suggestions, praise, donations, etc. - please email "Info" at Friendica - dot com');
+       $o .= L10n::t('Suggestions, praise, etc. - please email "info" at "friendi - dot - ca');
        $o .= '</p>' . PHP_EOL;
 
        $visible_addons = [];