Skip to content
Snippets Groups Projects
Commit 389c1685 authored by Austin King's avatar Austin King
Browse files

Wrapped missed string in gettext, fixes Issue#1124

parent 482159cc
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ BrowserID.Modules.PickEmail = (function() {
function checkEmail(email) {
var identity = user.getStoredEmailKeypair(email);
if (!identity) {
alert("The selected email is invalid or has been deleted.");
alert(gettext("The selected email is invalid or has been deleted."));
this.close("assertion_generated", {
assertion: null
});
......
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