diff --git a/src/Umbraco.Web.UI.Client/src/views/common/main.controller.js b/src/Umbraco.Web.UI.Client/src/views/common/main.controller.js index 8d3ae53640..407fcc5b6a 100644 --- a/src/Umbraco.Web.UI.Client/src/views/common/main.controller.js +++ b/src/Umbraco.Web.UI.Client/src/views/common/main.controller.js @@ -79,7 +79,7 @@ function MainController($scope, $location, $routeParams, $rootScope, $timeout, $ updateChecker.check().then(function(update){ if(update && update !== "null"){ - if(update.type !== "Nones"){ + if(update.type !== "None"){ var notification = { headline: "Update available", message: "Click to download",