mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 02:05:45 +03:00
Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
c7e08f3160
1 changed files with 1 additions and 2 deletions
|
@ -248,8 +248,7 @@ function textForCanonicalAliasEvent(ev) {
|
||||||
senderName: senderName,
|
senderName: senderName,
|
||||||
address: ev.getContent().alias,
|
address: ev.getContent().alias,
|
||||||
});
|
});
|
||||||
}
|
} else if (oldAlias) {
|
||||||
else if (oldAlias) {
|
|
||||||
return _t('%(senderName)s removed the main address for this room.', {
|
return _t('%(senderName)s removed the main address for this room.', {
|
||||||
senderName: senderName,
|
senderName: senderName,
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue