From 5d8d2cb313c7ff67091325cd016e5ab960c9b42a Mon Sep 17 00:00:00 2001 From: Ramiro Saenz Date: Wed, 31 Aug 2016 13:28:52 -0300 Subject: [PATCH] Changed description Free, Open Source and Cross Platform messaging and emailing app that combines common web applications into one. --- app/package.json | 2 +- app/view/main/About.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/package.json b/app/package.json index 7d96bec2..820cee69 100644 --- a/app/package.json +++ b/app/package.json @@ -2,7 +2,7 @@ "name": "rambox", "productName": "Rambox", "version": "0.4.2", - "description": "Free and Open Source messaging and emailing app that combines common web applications into one.", + "description": "Free, Open Source and Cross Platform messaging and emailing app that combines common web applications into one.", "main": "electron/main.js", "private": true, "repository": { diff --git a/app/view/main/About.js b/app/view/main/About.js index 536a8a70..26417588 100644 --- a/app/view/main/About.js +++ b/app/view/main/About.js @@ -19,7 +19,7 @@ Ext.define('Rambox.view.main.About', { } ,tpl: [ '
' - ,'

Free and Open Source messaging and emailing app that combines common web applications into one.

' + ,'

Free, Open Source and Cross Platform messaging and emailing app that combines common web applications into one.

' ,'
Version: {version}
' ,'
Platform: {platform} ({arch})
' ,'
Electron: {electron}
'