mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 20:54:59 +08:00
Separate with space too
This commit is contained in:
parent
6a92fdc5e6
commit
12566c0c9c
@ -36,7 +36,7 @@ module.exports = {
|
||||
}
|
||||
|
||||
if (additionals.length > 0) {
|
||||
linkText += ' (' + additionals.join(',') + ')';
|
||||
linkText += ' (' + additionals.join(', ') + ')';
|
||||
}
|
||||
return linkText;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user