From: Tobias Diekershoff Date: Thu, 10 Aug 2017 08:31:45 +0000 (+0200) Subject: missing bracket X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e89e00856582a34be8225ed7e8950ebb83081ff2;p=friendica.git missing bracket --- diff --git a/mod/invite.php b/mod/invite.php index f2fae5294a..0b8f5046f7 100644 --- a/mod/invite.php +++ b/mod/invite.php @@ -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.')); } }