Browse Source

Fix typo

pull/636/head
TriiNoxYs 8 years ago
parent
commit
3be71f5c89
  1. 18
      app/store/ServicesList.js

18
app/store/ServicesList.js

@ -738,28 +738,28 @@ Ext.define('Rambox.store.ServicesList', {
,url: 'https://www.fastmail.com/login/'
,type: 'mail'
},
{
id: 'hibox'
{
id: 'hibox'
,logo: 'hibox.png'
,name: 'Hibox'
,description: 'Hibox is a secure and private messaging platform for your business.'
,url: 'https://app.hibox.co/'
,type: 'messaging'
},
{
id: 'ciscospark'
},
{
id: 'ciscospark'
,logo: 'ciscospark.png'
,name: 'Cisco Spark'
,description: 'A simple, secure space where you can get things done from anywhere in the world. Connecting your endpoints to the cloud and exchange with your mates.'
,url: 'https://web.ciscospark.com/'
,type: 'messaging'
},
{
id: 'jandi'
{
id: 'jandi'
,logo: 'jandi.png'
,name: 'Jandi'
,description: 'Jandi is a group-oriented enterprise messaging platform with an integrated suite of collaboration tools for workplace.'
,url: 'https://___.jandi.com/'
}
]
}
]
});
Loading…
Cancel
Save