1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-06-26 04:01:04 +03:00

unneccessary '+'

This commit is contained in:
David Baker
2016-03-04 11:37:37 +00:00
parent acaacae697
commit 82cdc15faf

View File

@ -12,7 +12,7 @@ function textForMemberEvent(ev) {
var threePidContent = ev.getContent().third_party_invite;
if (threePidContent) {
if (threePidContent.display_name) {
return targetName + " accepted " + " the invitation for " +
return targetName + " accepted the invitation for " +
threePidContent.display_name + ".";
} else {
return targetName + " accepted an invitation.";