mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-01 07:55:22 +02:00
Fixed: NzbDrone to Sonarr on restart and shutdown
This commit is contained in:
@@ -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'
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user