Update SystemLayout.js

Change restart/shutdown message from"Sonarr" to "Radarr"
This commit is contained in:
lxh87 2017-01-10 22:42:44 +01:00 committed by GitHub
commit ecf47d4b17

View file

@ -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,8 +143,8 @@ module.exports = Marionette.Layout.extend({
}); });
Messenger.show({ Messenger.show({
message : 'Sonarr will restart shortly', message : 'Radarr will restart shortly',
type : 'info' type : 'info'
}); });
} }
}); });