You've already forked element-web
mirror of
https://github.com/element-hq/element-web.git
synced 2025-11-29 21:23:11 +03:00
unneccessary '+'
This commit is contained in:
@@ -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.";
|
||||
|
||||
Reference in New Issue
Block a user