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',
|
id: 'received',
|
||||||
title: Ox._('Received Requests'),
|
title: Ox._('Received Requests'),
|
||||||
itemTitle: Ox._('No pending requests'),
|
itemTitle: Ox._('No pending requests'),
|
||||||
text: '...'
|
text: Ox._('You haven\'t received any peering requests.')
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'sent',
|
id: 'sent',
|
||||||
title: Ox._('Sent Requests'),
|
title: Ox._('Sent Requests'),
|
||||||
itemTitle: Ox._('No pending requests'),
|
itemTitle: Ox._('No pending requests'),
|
||||||
text: '...'
|
text: Ox._('You haven\'t sent any peering requests.')
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'others',
|
id: 'others',
|
||||||
|
|
Loading…
Reference in a new issue