Skip to content
Snippets Groups Projects
Commit 12943b11 authored by Kegan Dougal's avatar Kegan Dougal
Browse files

Full Stop.

parent 17a8eb01
Branches kegan/3pid-inv
Tags
No related merge requests found
......@@ -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 + ".";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment