From 4ebcbc28aa3e3268ecc37c5fc2b5565da8f13305 Mon Sep 17 00:00:00 2001 From: bakerboy448 <55419169+bakerboy448@users.noreply.github.com> Date: Tue, 21 Dec 2021 17:49:38 -0600 Subject: [PATCH] fix applicationupdate filename typo fix onapplicationupdate translate typo --- .../src/Settings/Notifications/Notifications/Notification.js | 2 +- ...{ApplciationUpdateMessage.cs => ApplicationUpdateMessage.cs} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/NzbDrone.Core/Notifications/{ApplciationUpdateMessage.cs => ApplicationUpdateMessage.cs} (100%) diff --git a/frontend/src/Settings/Notifications/Notifications/Notification.js b/frontend/src/Settings/Notifications/Notifications/Notification.js index 5b443de2b..5c85d204f 100644 --- a/frontend/src/Settings/Notifications/Notifications/Notification.js +++ b/frontend/src/Settings/Notifications/Notifications/Notification.js @@ -128,7 +128,7 @@ class Notification extends Component { { supportsOnApplicationUpdate && onApplicationUpdate ? : null } diff --git a/src/NzbDrone.Core/Notifications/ApplciationUpdateMessage.cs b/src/NzbDrone.Core/Notifications/ApplicationUpdateMessage.cs similarity index 100% rename from src/NzbDrone.Core/Notifications/ApplciationUpdateMessage.cs rename to src/NzbDrone.Core/Notifications/ApplicationUpdateMessage.cs