This is an automated email from the ASF dual-hosted git repository.

kbhatt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/atlas.git


The following commit(s) were added to refs/heads/master by this push:
     new 0eb01b0  ATLAS-4042: 'Error while authentication' grammatical error in 
login page
0eb01b0 is described below

commit 0eb01b0edc618b8672fe0dc10f29a16ac31f385d
Author: Sarath Subramanian <[email protected]>
AuthorDate: Wed Nov 18 20:30:42 2020 -0800

    ATLAS-4042: 'Error while authentication' grammatical error in login page
    
    Signed-off-by: kevalbhatt <[email protected]>
---
 dashboardv2/public/js/modules/atlasLogin.js | 2 +-
 dashboardv3/public/js/modules/atlasLogin.js | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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");

Reply via email to