forked from 0x2620/pandora
update connection description formatting
This commit is contained in:
parent
3c77916231
commit
b9e1d4aabf
1 changed files with 1 additions and 1 deletions
|
@ -445,7 +445,7 @@ pandora.ui.infoView = function(data) {
|
|||
: connection.title
|
||||
) + (
|
||||
connection.description
|
||||
? ' (' + formatLight(connection.description) + ')'
|
||||
? ' ' + formatLight('(' + connection.description + ')')
|
||||
: ''
|
||||
);
|
||||
}).join(', ')
|
||||
|
|
Loading…
Reference in a new issue