mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-23 06:45:19 -07:00
commit
792679fd81
1 changed files with 3 additions and 3 deletions
|
@ -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'
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue