Update SystemLayout.js

Change restart/shutdown message from"Sonarr" to "Radarr"
pull/118/head
lxh87 8 years ago committed by GitHub
parent 3b1d49a78f
commit ecf47d4b17

@ -131,7 +131,7 @@ module.exports = Marionette.Layout.extend({
}); });
Messenger.show({ Messenger.show({
message : 'Sonarr will shutdown shortly', message : 'Radarr will shutdown shortly',
type : 'info' type : 'info'
}); });
}, },
@ -143,7 +143,7 @@ module.exports = Marionette.Layout.extend({
}); });
Messenger.show({ Messenger.show({
message : 'Sonarr will restart shortly', message : 'Radarr will restart shortly',
type : 'info' type : 'info'
}); });
} }

Loading…
Cancel
Save