Merge pull request #118 from lxh87/patch-1

Update SystemLayout.js
This commit is contained in:
Devin Buhl 2017-01-10 16:50:15 -05:00 committed by GitHub
commit 792679fd81

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,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'
}); });
} }