From e89e00856582a34be8225ed7e8950ebb83081ff2 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Thu, 10 Aug 2017 10:31:45 +0200 Subject: [PATCH] missing bracket --- mod/invite.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.')); } }