Browse Source

remove extra space before service name

pull/454/head
toC 9 years ago
parent
commit
3ecb7ff264
  1. 2
      app/store/ServicesList.js

2
app/store/ServicesList.js

@ -459,7 +459,7 @@ Ext.define('Rambox.store.ServicesList', {
,type: 'email' ,type: 'email'
}, },
{ {
id: ' irccloud' id: 'irccloud'
,logo: 'irccloud.png' ,logo: 'irccloud.png'
,name: 'IRCCloud' ,name: 'IRCCloud'
,description: 'IRCCloud is a modern IRC client that keeps you connected, with none of the baggage.' ,description: 'IRCCloud is a modern IRC client that keeps you connected, with none of the baggage.'

Loading…
Cancel
Save