mirror of
https://github.com/vector-im/element-web.git
synced 2026-02-26 18:12:02 +01:00
Fix typo as found by Luke
This commit is contained in:
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…
x
Reference in New Issue
Block a user