ATLAS-4042: 'Error while authentication' grammatical error in login page

Signed-off-by: kevalbhatt <kbhatt@apache.org>
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 @@
                     } 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 @@
                     } 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");