From ba76cfc59e96a720e7e9a87d3890e509065812fb Mon Sep 17 00:00:00 2001 From: Ramiro Saenz Date: Mon, 22 Aug 2016 13:39:19 -0300 Subject: [PATCH] Minor text fixes --- app/store/ServicesList.js | 4 ++-- app/ux/WebView.js | 2 +- app/view/main/Main.js | 3 +-- app/view/main/MainController.js | 2 +- 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js index ba41b67e..af03d894 100644 --- a/app/store/ServicesList.js +++ b/app/store/ServicesList.js @@ -395,7 +395,7 @@ Ext.define('Rambox.store.ServicesList', { id: 'zohoemail' ,logo: 'zohoemail.png' ,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/' ,type: 'email' }, @@ -403,7 +403,7 @@ Ext.define('Rambox.store.ServicesList', { id: 'zohochat' ,logo: 'zohochat.png' ,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/' ,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);' diff --git a/app/ux/WebView.js b/app/ux/WebView.js index 7387c2f1..133b55e5 100644 --- a/app/ux/WebView.js +++ b/app/ux/WebView.js @@ -71,7 +71,7 @@ Ext.define('Rambox.ux.WebView',{ } ,'-' ,{ - text: 'Toogle Developers Tools' + text: 'Toggle Developer Tools' ,glyph: 'xf121@FontAwesome' ,scope: me ,handler: me.toggleDevTools diff --git a/app/view/main/Main.js b/app/view/main/Main.js index f987ae2b..d5924c88 100644 --- a/app/view/main/Main.js +++ b/app/view/main/Main.js @@ -146,8 +146,7 @@ Ext.define('Rambox.view.main.Main', { ,tpl: '' } ,{ - text: 'Name' - ,dataIndex: 'name' + dataIndex: 'name' ,variableRowHeight: true ,flex: 1 ,editor: { diff --git a/app/view/main/MainController.js b/app/view/main/MainController.js index 11f5f3c8..84876a42 100644 --- a/app/view/main/MainController.js +++ b/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' ,handler: function() { if ( !win.down('form').isValid() ) return false;