mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-29 18:31:26 +02:00
Merge pull request #2191 from aaronraimist/brace-style-textforevent
Fix brace style in TextForEvent.js
This commit is contained in:
commit
2f35eded37
@ -248,8 +248,7 @@ function textForCanonicalAliasEvent(ev) {
|
||||
senderName: senderName,
|
||||
address: ev.getContent().alias,
|
||||
});
|
||||
}
|
||||
else if (oldAlias) {
|
||||
} else if (oldAlias) {
|
||||
return _t('%(senderName)s removed the main address for this room.', {
|
||||
senderName: senderName,
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user