mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 20:38:55 +03:00
Full Stop.
This commit is contained in:
parent
17a8eb0109
commit
12943b11fc
1 changed files with 2 additions and 1 deletions
|
@ -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 + ".";
|
||||
|
|
Loading…
Reference in a new issue