corrected typo

This commit is contained in:
Alex Booker 2015-08-14 16:40:10 +01:00
parent b9f69e4d3a
commit 97fa39d5ea

View File

@ -81,7 +81,7 @@
function outputGeneratedPassword() {
var password = passwordGenerator.generatePassword(getOptions());
if (password === '') {
alert("Whops. You unselected all the options. I don't know what characters you want. Click on the button entitled \"Advanced Options\" and enable some options and thent try again. Nice one");
alert("Whops. You unselected all the options. I don't know what characters you want. Click on the button entitled \"Advanced Options\" and enable some options then try again. Nice one");
return;
}
$("#password-input").val(password);