]> git.mxchange.org Git - friendica.git/commitdiff
missing bracket
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Thu, 10 Aug 2017 08:31:45 +0000 (10:31 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Thu, 10 Aug 2017 08:31:45 +0000 (10:31 +0200)
mod/invite.php

index f2fae5294a29a962ee0593c69e732767c7ec4559..0b8f5046f7a8855121aeda6c60b58a079a391b34 100644 (file)
@@ -132,7 +132,7 @@ function invite_content(App $a) {
                        return $o;
                } else {
                        $linktxt = sprintf( t('To accept this invitation, please visit and register at %s.'), App::get_baseurl()
-                       . "\r\n" . "\r\n" . t('Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks.');
+                       . "\r\n" . "\r\n" . t('Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks.'));
                }
        }