From 55a49c723dbea3ca641baae5a56508322bafe4fe Mon Sep 17 00:00:00 2001 From: delphiactual Date: Sat, 15 Nov 2014 17:26:31 -0700 Subject: [PATCH] Fixed: NzbDrone to Sonarr on restart and shutdown --- src/UI/System/SystemLayout.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/UI/System/SystemLayout.js b/src/UI/System/SystemLayout.js index c89b2663e..425515e02 100644 --- a/src/UI/System/SystemLayout.js +++ b/src/UI/System/SystemLayout.js @@ -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' }); }