diff --git a/deluge/ui/web/js/Deluge.Keys.js b/deluge/ui/web/js/Deluge.Keys.js index c91ec48ca..44a4679c1 100644 --- a/deluge/ui/web/js/Deluge.Keys.js +++ b/deluge/ui/web/js/Deluge.Keys.js @@ -70,11 +70,11 @@ Deluge.Keys = { /** * @description Keys used in the peers tab of the statistics panel. - *
['peers', 'seed']+ *
['peers']* @static */ Peers: [ - 'peers', 'seeds' + 'peers' ], /**