mirror of https://github.com/vector-im/riot-web
Fix typo as found by Luke
parent
c8922ba7f5
commit
796924ef35
|
@ -67,7 +67,7 @@ function textForMemberEvent(ev) {
|
|||
senderName,
|
||||
oldDisplayName: prevContent.displayname,
|
||||
});
|
||||
} else if (prevContent.avatar_url && !prevContent.avatar_url) {
|
||||
} else if (prevContent.avatar_url && !content.avatar_url) {
|
||||
return _t('%(senderName)s removed their profile picture.', {senderName});
|
||||
} else if (prevContent.avatar_url && content.avatar_url &&
|
||||
prevContent.avatar_url !== content.avatar_url) {
|
||||
|
|
Loading…
Reference in New Issue