diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js index d07d51a3..d8b6c785 100644 --- a/app/store/ServicesList.js +++ b/app/store/ServicesList.js @@ -151,9 +151,9 @@ Ext.define('Rambox.store.ServicesList', { ,type: 'email' }, { - id: 'office365' - ,logo: 'office365.png' - ,name: 'Office 365' + id: 'outlook365' + ,logo: 'outlook365.png' + ,name: 'Outlook 365' ,url: 'https://outlook.office.com/owa/' ,type: 'email' }, diff --git a/resources/icons/outlook365.png b/resources/icons/outlook365.png new file mode 100644 index 00000000..10765276 Binary files /dev/null and b/resources/icons/outlook365.png differ