diff --git a/dashboardv2/public/js/modules/atlasLogin.js b/dashboardv2/public/js/modules/atlasLogin.js index d5ad854..687645c 100644 --- a/dashboardv2/public/js/modules/atlasLogin.js +++ b/dashboardv2/public/js/modules/atlasLogin.js @@ -81,7 +81,7 @@ function doLogin() { } else if (resp.msgDesc.startsWith("User role credentials is not set properly")) { $("#errorBox .errorMsg").text("User role or credentials is not set properly"); } else { - $("#errorBox .errorMsg").text("Error while authentication"); + $("#errorBox .errorMsg").text("Error while authenticating"); } } catch (err) { $("#errorBox .errorMsg").text("Something went wrong"); diff --git a/dashboardv3/public/js/modules/atlasLogin.js b/dashboardv3/public/js/modules/atlasLogin.js index d5ad854..687645c 100644 --- a/dashboardv3/public/js/modules/atlasLogin.js +++ b/dashboardv3/public/js/modules/atlasLogin.js @@ -81,7 +81,7 @@ function doLogin() { } else if (resp.msgDesc.startsWith("User role credentials is not set properly")) { $("#errorBox .errorMsg").text("User role or credentials is not set properly"); } else { - $("#errorBox .errorMsg").text("Error while authentication"); + $("#errorBox .errorMsg").text("Error while authenticating"); } } catch (err) { $("#errorBox .errorMsg").text("Something went wrong");