1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-17 15:02:34 +02:00

Merge pull request #140 from delphiactual/Sonarr

Fixed: NzbDrone to Sonarr on restart and shutdown
This commit is contained in:
Keivan Beigi 2014-11-15 16:29:13 -08:00
commit 610367b2fe

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