From c5e55ae0905c3f845d93c5dfeaea78ee5a3e9da1 Mon Sep 17 00:00:00 2001 From: Neha Gupta Date: Thu, 25 Oct 2018 15:33:49 +0900 Subject: [PATCH] Fixed: Bug 1618415 Bugzilla: 1618415 tendrl-github-id: https://github.com/Tendrl/ui/issues/1084 --- src/modules/login/login.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/login/login.js b/src/modules/login/login.js index 18915f97..a06495ff 100644 --- a/src/modules/login/login.js +++ b/src/modules/login/login.js @@ -46,7 +46,7 @@ AuthManager.isUserLoggedIn = false; if (error.status === -1 || error.status === 503) { - vm.errorMsg = "Tendrl API is not reachable. Please restart the Tendrl API server by before logging in."; + vm.errorMsg = "Tendrl API is not reachable. Please restart the Tendrl API server before logging in."; vm.user.username = ""; } else { vm.errorMsg = "The username or password you entered does not match our records. Please try again.";