From 89025ce31cbf9b072de3259fd7edd01f0da05ba3 Mon Sep 17 00:00:00 2001 From: Shane Tomlinson <stomlinson@mozilla.com> Date: Fri, 2 Dec 2011 10:59:40 +0000 Subject: [PATCH] Adding the tooltip if the verification email was rate limited. close #685 --- resources/static/dialog/views/authenticate.ejs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/resources/static/dialog/views/authenticate.ejs b/resources/static/dialog/views/authenticate.ejs index 9923581c2..8ac297c96 100644 --- a/resources/static/dialog/views/authenticate.ejs +++ b/resources/static/dialog/views/authenticate.ejs @@ -13,6 +13,10 @@ <div id="email_required" class="tooltip" for="email"> The email field is required. </div> + + <div id="could_not_add" class="tooltip" for="email"> + We just sent an email to that address! If you really want to send another, wait a minute or two and try again. + </div> </li> <li id="hint_section" class="start"> @@ -40,7 +44,7 @@ The account cannot be logged in with this username and password. </div> </li> - + </ul> <div class="submit cf"> -- GitLab