add default text

This commit is contained in:
rlx 2016-01-14 15:38:30 +05:30
parent e8eefd95bf
commit d7a1e0611d
1 changed files with 2 additions and 2 deletions

View File

@ -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',