From 12943b11fc3c46cc09c5a86fe0ff310b1ec9b9c7 Mon Sep 17 00:00:00 2001 From: Kegan Dougal Date: Thu, 17 Dec 2015 16:40:46 +0000 Subject: [PATCH] Full Stop. --- src/TextForEvent.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/TextForEvent.js b/src/TextForEvent.js index 22ada8849e..5296ef833e 100644 --- a/src/TextForEvent.js +++ b/src/TextForEvent.js @@ -14,7 +14,8 @@ function textForMemberEvent(ev) { // TODO: When we have third_party_invite.display_name we should // do this as "$displayname received the invitation from $sender" // or equiv - return targetName + " received an invitation from " + senderName; + return targetName + " received an invitation from " + senderName + + "."; } else { return senderName + " invited " + targetName + ".";