diff --git a/app/view/preferences/Preferences.js b/app/view/preferences/Preferences.js index 764905c0..4e9541c8 100644 --- a/app/view/preferences/Preferences.js +++ b/app/view/preferences/Preferences.js @@ -172,7 +172,7 @@ Ext.define('Rambox.view.preferences.Preferences',{ ,{ xtype: 'checkbox' ,name: 'flash_frame' - ,boxLabel: locale['preferences[9]'] + ,boxLabel: process.platform === 'darwin' ? locale['preferences[10]'] : locale['preferences[9]'] ,value: config.flash_frame } ,{