Skip to content

Commit

Permalink
Fixed text in study builder forgot password screen #956
Browse files Browse the repository at this point in the history
Fixed text in study builder forgot password screen #956
  • Loading branch information
harisboston committed Dec 14, 2020
1 parent 20a4236 commit 41873be
Showing 1 changed file with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,7 @@
<div class="pwd dis-none">
<div class="mb-lg">
<h3 style=" color: #fff; padding-top: 20px;" class="mt-none">Forgot Password?</h3>
<div class="mt-md white__text">Enter your Email address to get a link to reset your
password
<div class="mt-md white__text">Enter your email to receive a password reset link
</div>
</div>
<div class="mb-lg form-group">
Expand All @@ -146,7 +145,7 @@
<button type="submit" class="btn lg-btn" id="log-btn">SUBMIT</button>
</div>
<div class="pt-xs">
<a id="login" class="gray-link white__text" href="javascript:void(0)">Back to Sign
<a id="login" class="gray-link white__text" href="javascript:void(0)">Back to sign
in
</a>
</div>
Expand Down Expand Up @@ -269,14 +268,14 @@
$("#errMsg").text(errMsg);
$("#errMsg").show("fast");
setTimeout(hideDisplayMessage, 4000);
setTimeout(hideDisplayMessage, 8000);
}
var sucMsg = '${sucMsg}';
if (sucMsg.length > 0) {
$("#sucMsg").text(sucMsg);
$("#sucMsg").show("fast");
$("#errMsg").hide("fast");
setTimeout(hideDisplayMessage, 4000);
setTimeout(hideDisplayMessage, 8000);
}
// Internet Explorer 6-11
Expand Down

0 comments on commit 41873be

Please sign in to comment.