Fixed: NzbDrone to Sonarr on restart and shutdown

This commit is contained in:
delphiactual 2014-11-15 17:26:31 -07:00
parent 0b48630c00
commit 55a49c723d
1 changed files with 2 additions and 2 deletions

View File

@ -134,7 +134,7 @@ define(
});
Messenger.show({
message: 'NzbDrone will shutdown shortly',
message: 'Sonarr will shutdown shortly',
type: 'info'
});
},
@ -146,7 +146,7 @@ define(
});
Messenger.show({
message: 'NzbDrone will restart shortly',
message: 'Sonarr will restart shortly',
type: 'info'
});
}