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}
'