missing bracket

This commit is contained in:
Tobias Diekershoff 2017-08-10 10:31:45 +02:00
parent f80984541e
commit e89e008565
1 changed files with 1 additions and 1 deletions

View 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.'));
}
}