Browse Source

Minor text fixes

pull/258/head
Ramiro Saenz 9 years ago
parent
commit
ba76cfc59e
  1. 4
      app/store/ServicesList.js
  2. 2
      app/ux/WebView.js
  3. 3
      app/view/main/Main.js
  4. 2
      app/view/main/MainController.js

4
app/store/ServicesList.js

@ -395,7 +395,7 @@ Ext.define('Rambox.store.ServicesList', {
id: 'zohoemail' id: 'zohoemail'
,logo: 'zohoemail.png' ,logo: 'zohoemail.png'
,name: 'Zoho Email' ,name: 'Zoho Email'
,description: 'Free and open source webmail software for the masses, written in PHP.' ,description: 'Ad-free business Email Hosting with a clean, minimalist interface. Integrated Calendar, Contacts, Notes, Tasks apps.'
,url: 'https://mail.zoho.com/' ,url: 'https://mail.zoho.com/'
,type: 'email' ,type: 'email'
}, },
@ -403,7 +403,7 @@ Ext.define('Rambox.store.ServicesList', {
id: 'zohochat' id: 'zohochat'
,logo: 'zohochat.png' ,logo: 'zohochat.png'
,name: 'Zoho Chat' ,name: 'Zoho Chat'
,description: 'Free and open source webmail software for the masses, written in PHP.' ,description: 'Zoho chat is a secure and scalable real-time communication and collaboration platform for teams to improve their productivity.'
,url: 'https://chat.zoho.com/' ,url: 'https://chat.zoho.com/'
,type: 'messaging' ,type: 'messaging'
,js_unread: 'NotifyByTitle.show = function(){};NotifyByTitle.start = function(){};NotifyByTitle.stop = function(){};function checkUnread(){var t=0;$(".msgnotify").each(function() { t += isNaN(parseInt($(this).html())) ? 0 : parseInt(parseInt($(this).html())) });updateBadge(t)}function updateBadge(e){e>=1?document.title="("+e+") "+originalTitle:document.title=originalTitle}var originalTitle=document.title;setInterval(checkUnread,3000);' ,js_unread: 'NotifyByTitle.show = function(){};NotifyByTitle.start = function(){};NotifyByTitle.stop = function(){};function checkUnread(){var t=0;$(".msgnotify").each(function() { t += isNaN(parseInt($(this).html())) ? 0 : parseInt(parseInt($(this).html())) });updateBadge(t)}function updateBadge(e){e>=1?document.title="("+e+") "+originalTitle:document.title=originalTitle}var originalTitle=document.title;setInterval(checkUnread,3000);'

2
app/ux/WebView.js

@ -71,7 +71,7 @@ Ext.define('Rambox.ux.WebView',{
} }
,'-' ,'-'
,{ ,{
text: 'Toogle Developers Tools' text: 'Toggle Developer Tools'
,glyph: 'xf121@FontAwesome' ,glyph: 'xf121@FontAwesome'
,scope: me ,scope: me
,handler: me.toggleDevTools ,handler: me.toggleDevTools

3
app/view/main/Main.js

@ -146,8 +146,7 @@ Ext.define('Rambox.view.main.Main', {
,tpl: '<img src="{[ values.type !== \"custom\" ? \"resources/icons/\"+values.logo : (values.logo == \"\" ? \"resources/icons/custom.png\" : values.logo) ]}" data-qtip="{type:capitalize}" width="32" />' ,tpl: '<img src="{[ values.type !== \"custom\" ? \"resources/icons/\"+values.logo : (values.logo == \"\" ? \"resources/icons/custom.png\" : values.logo) ]}" data-qtip="{type:capitalize}" width="32" />'
} }
,{ ,{
text: 'Name' dataIndex: 'name'
,dataIndex: 'name'
,variableRowHeight: true ,variableRowHeight: true
,flex: 1 ,flex: 1
,editor: { ,editor: {

2
app/view/main/MainController.js

@ -352,7 +352,7 @@ Ext.define('Rambox.view.main.MainController', {
} }
,'->' ,'->'
,{ ,{
text: 'Add service' text: edit ? 'Save' : 'Add service'
,itemId: 'submit' ,itemId: 'submit'
,handler: function() { ,handler: function() {
if ( !win.down('form').isValid() ) return false; if ( !win.down('form').isValid() ) return false;

Loading…
Cancel
Save