Skip to content
Snippets Groups Projects
Commit 815d2e41 authored by Shane Tomlinson's avatar Shane Tomlinson
Browse files

renaming "noauthentication" to "cannotAuthenticate"

parent 74aabe63
No related branches found
No related tags found
No related merge requests found
......@@ -102,7 +102,7 @@
if (authenticated) {
self.close("authenticate:authenticated");
} else {
self.find("#nosuchaccount").hide().fadeIn(400);
self.find("#cannotAuthenticate").hide().fadeIn(400);
}
}, self.getErrorDialog(BrowserIDErrors.authentication));
}
......
......@@ -180,7 +180,7 @@ div.content > div.summary {
padding: 0 .4em 0 .4em;
}
#createContainer, #passwordContainer, #nosuchaccount {
#createContainer, #passwordContainer, #cannotAuthenticate {
display: none;
}
......
......@@ -22,7 +22,7 @@
<a href="#" id="authenticate">Sign In</a>
</div>
<div id="nosuchaccount">
<div id="cannotAuthenticate">
The account cannot be logged in with this username and password.
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment