mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01:00
Fixed: NzbDrone to Sonarr on restart and shutdown
This commit is contained in:
parent
0b48630c00
commit
55a49c723d
@ -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'
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user