Commit 0eb01b0e by Sarath Subramanian Committed by kevalbhatt

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

Signed-off-by: 's avatarkevalbhatt <kbhatt@apache.org>
parent cf232de6
...@@ -81,7 +81,7 @@ function doLogin() { ...@@ -81,7 +81,7 @@ function doLogin() {
} else if (resp.msgDesc.startsWith("User role credentials is not set properly")) { } else if (resp.msgDesc.startsWith("User role credentials is not set properly")) {
$("#errorBox .errorMsg").text("User role or credentials is not set properly"); $("#errorBox .errorMsg").text("User role or credentials is not set properly");
} else { } else {
$("#errorBox .errorMsg").text("Error while authentication"); $("#errorBox .errorMsg").text("Error while authenticating");
} }
} catch (err) { } catch (err) {
$("#errorBox .errorMsg").text("Something went wrong"); $("#errorBox .errorMsg").text("Something went wrong");
......
...@@ -81,7 +81,7 @@ function doLogin() { ...@@ -81,7 +81,7 @@ function doLogin() {
} else if (resp.msgDesc.startsWith("User role credentials is not set properly")) { } else if (resp.msgDesc.startsWith("User role credentials is not set properly")) {
$("#errorBox .errorMsg").text("User role or credentials is not set properly"); $("#errorBox .errorMsg").text("User role or credentials is not set properly");
} else { } else {
$("#errorBox .errorMsg").text("Error while authentication"); $("#errorBox .errorMsg").text("Error while authenticating");
} }
} catch (err) { } catch (err) {
$("#errorBox .errorMsg").text("Something went wrong"); $("#errorBox .errorMsg").text("Something went wrong");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment