From 19b26d0f1c9e52a283a20e6fa4af256ced7c6642 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20=C3=81ngel=20Gonz=C3=A1lez?= Date: Mon, 12 Mar 2018 17:16:18 +0100 Subject: [PATCH] Fix typo --- public/services/routes.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/public/services/routes.js b/public/services/routes.js index dd4ca07d2..d5ed6f050 100644 --- a/public/services/routes.js +++ b/public/services/routes.js @@ -23,7 +23,7 @@ const checkTimestamp = async (appState,genericReq,errorHandler,$rootScope,$locat $rootScope.lastRestart = data.data.lastRestart; if(!$rootScope.$$phase) $rootScope.$digest(); } else { - $rootScope.blankScreenError = 'Your .wazuh.version index is empty or corrupt' + $rootScope.blankScreenError = 'Your .wazuh-version index is empty or corrupt.' $location.search('tab',null); $location.path('/blank-screen'); } @@ -39,8 +39,6 @@ const checkTimestamp = async (appState,genericReq,errorHandler,$rootScope,$locat const settingsWizard = ($rootScope, $location, $q, $window, testAPI, appState, genericReq, errorHandler) => { let deferred = $q.defer(); - - // Save current location if we aren't performing a health-check, to later be able to come back to the same tab if (!$location.path().includes("/health-check")) { $rootScope.previousLocation = $location.path();