add default text
This commit is contained in:
parent
e8eefd95bf
commit
d7a1e0611d
1 changed files with 2 additions and 2 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue