From d7a1e0611db5604466910f7071fcd6d94cf9965b Mon Sep 17 00:00:00 2001 From: rlx Date: Thu, 14 Jan 2016 15:38:30 +0530 Subject: [PATCH] add default text --- static/js/peersPanel.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/js/peersPanel.js b/static/js/peersPanel.js index 4875c77..4e61cec 100644 --- a/static/js/peersPanel.js +++ b/static/js/peersPanel.js @@ -25,13 +25,13 @@ oml.ui.peersPanel = function() { id: 'received', title: Ox._('Received Requests'), itemTitle: Ox._('No pending requests'), - text: '...' + text: Ox._('You haven\'t received any peering requests.') }, { id: 'sent', title: Ox._('Sent Requests'), itemTitle: Ox._('No pending requests'), - text: '...' + text: Ox._('You haven\'t sent any peering requests.') }, { id: 'others',