diff --git a/src/UI/System/SystemLayout.js b/src/UI/System/SystemLayout.js index d0c71ca09..d0ec5f8a9 100644 --- a/src/UI/System/SystemLayout.js +++ b/src/UI/System/SystemLayout.js @@ -131,7 +131,7 @@ module.exports = Marionette.Layout.extend({ }); Messenger.show({ - message : 'Sonarr will shutdown shortly', + message : 'Radarr will shutdown shortly', type : 'info' }); }, @@ -143,8 +143,8 @@ module.exports = Marionette.Layout.extend({ }); Messenger.show({ - message : 'Sonarr will restart shortly', + message : 'Radarr will restart shortly', type : 'info' }); } -}); \ No newline at end of file +});