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.title
|
||||||
) + (
|
) + (
|
||||||
connection.description
|
connection.description
|
||||||
? ' (' + formatLight(connection.description) + ')'
|
? ' ' + formatLight('(' + connection.description + ')')
|
||||||
: ''
|
: ''
|
||||||
);
|
);
|
||||||
}).join(', ')
|
}).join(', ')
|
||||||
|
|
Loading…
Reference in a new issue