diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
index b97779e0..a8ae3f00 100644
--- a/.github/ISSUE_TEMPLATE.md
+++ b/.github/ISSUE_TEMPLATE.md
@@ -18,7 +18,7 @@
-> Rambox: v0.X.X
+> Rambox-OS: v0.X.X
> OS: XXXX
diff --git a/app/Application.js b/app/Application.js
index f400d313..34a8c07b 100644
--- a/app/Application.js
+++ b/app/Application.js
@@ -212,15 +212,15 @@ Ext.define('Rambox.Application', {
newValue = parseInt(newValue);
if ( newValue > 0 ) {
if ( Ext.cq1('app-main').getActiveTab().record ) {
- document.title = 'Rambox (' + Rambox.util.Format.formatNumber(newValue) + ') - '+Ext.cq1('app-main').getActiveTab().record.get('name');
+ document.title = 'Rambox-OS (' + Rambox.util.Format.formatNumber(newValue) + ') - '+Ext.cq1('app-main').getActiveTab().record.get('name');
} else {
- document.title = 'Rambox (' + Rambox.util.Format.formatNumber(newValue) + ')';
+ document.title = 'Rambox-OS (' + Rambox.util.Format.formatNumber(newValue) + ')';
}
} else {
if ( Ext.cq1('app-main') && Ext.cq1('app-main').getActiveTab().record ) {
- document.title = 'Rambox - '+Ext.cq1('app-main').getActiveTab().record.get('name');
+ document.title = 'Rambox-OS - '+Ext.cq1('app-main').getActiveTab().record.get('name');
} else {
- document.title = 'Rambox';
+ document.title = 'Rambox-OS';
}
}
}
diff --git a/app/model/Readme.md b/app/model/Readme.md
index fd11f488..761f499a 100644
--- a/app/model/Readme.md
+++ b/app/model/Readme.md
@@ -13,7 +13,7 @@ Structure of a service entry:
|type|Defines the type of the service. Must be one of `email` or `messaging`.|yes|
|allow_popups|Set to `true` to allow popup windows for the service.|no|
|note|Additional info to display when adding the service.|no|
-|manual_notifications|Set to `true` to let Rambox trigger notifications. Can be used for services that doesn't support browser notifications.|no|
+|manual_notifications|Set to `true` to let Rambox-OS trigger notifications. Can be used for services that doesn't support browser notifications.|no|
|js_unread|JavaScript code for setting the unread count (see below).|no|
### Setting the unread count
diff --git a/app/ux/Auth0.js b/app/ux/Auth0.js
index 590503de..c83d7360 100644
--- a/app/ux/Auth0.js
+++ b/app/ux/Auth0.js
@@ -25,7 +25,7 @@ Ext.define('Rambox.ux.Auth0', {
,primaryColor: '#0675A0'
}
,languageDictionary: {
- title: 'Rambox Account'
+ title: 'Rambox-OS Account'
}
,popupOptions: {
nodeIntegration: 'no'
diff --git a/app/view/add/AddController.js b/app/view/add/AddController.js
index 2198cb0a..4986537d 100644
--- a/app/view/add/AddController.js
+++ b/app/view/add/AddController.js
@@ -68,7 +68,7 @@ Ext.define('Rambox.view.add.AddController', {
}
// Apply the JS Code of the Tab
if ( win.down('textarea').isDirty() ) {
- Ext.Msg.confirm(locale['app.window[8]'].toUpperCase(), 'Rambox needs to reload the service to execute the new JavaScript code. Do you want to do it now?', function( btnId ) {
+ Ext.Msg.confirm(locale['app.window[8]'].toUpperCase(), 'Rambox-OS needs to reload the service to execute the new JavaScript code. Do you want to do it now?', function( btnId ) {
if ( btnId === 'yes' ) view.reloadService();
});
}
diff --git a/app/view/main/About.js b/app/view/main/About.js
index 429a994b..1ce6493a 100644
--- a/app/view/main/About.js
+++ b/app/view/main/About.js
@@ -28,6 +28,6 @@ Ext.define('Rambox.view.main.About', {
,'
'
,'