diff --git a/README.md b/README.md index 4e3591d4..4381eefe 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ - [x] Mute audio to specific service. - [x] Separate tabs floating to the right. - [x] Go Offline on specific service. -- [x] Start automatically on system startup. +- [x] Start automatically. - [x] Custom Code Injection. - [x] Keyboard Shortcuts. - [x] Proxy. diff --git a/app/view/preferences/Preferences.js b/app/view/preferences/Preferences.js index 749340a1..f0daf142 100644 --- a/app/view/preferences/Preferences.js +++ b/app/view/preferences/Preferences.js @@ -45,7 +45,7 @@ Ext.define('Rambox.view.preferences.Preferences',{ { xtype: 'checkbox' ,name: 'auto_launch' - ,boxLabel: 'Start automatically on system startup' + ,boxLabel: 'Start automatically' ,value: config.auto_launch } ,{