diff --git a/mod/friendica.php b/mod/friendica.php index 9dd6b7383a..ab92e31ed9 100644 --- a/mod/friendica.php +++ b/mod/friendica.php @@ -43,9 +43,9 @@ function friendica_content(&$a) { $o .= t('This is Friendica, version') . ' ' . FRIENDICA_VERSION . ' '; $o .= t('running at web location') . ' ' . z_root() . '
'; - $o .= t('Please visit Project.Friendika.com to learn more about the Friendica project.') . '
'; + $o .= t('Please visit Friendica.com to learn more about the Friendica project.') . '
'; - $o .= t('Bug reports and issues: please visit') . ' ' . 'Bugs.Friendika.com
'; + $o .= t('Bug reports and issues: please visit') . ' ' . 'Bugs.Friendica.com
'; $o .= t('Suggestions, praise, donations, etc. - please email "Info" at Friendica - dot com') . '
'; $o .= '';