mirror of
https://github.com/vector-im/element-web.git
synced 2025-10-01 10:31:21 +02: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…
x
Reference in New Issue
Block a user