mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2024-10-01 01:35:57 -04:00
corrected typo
This commit is contained in:
parent
b9f69e4d3a
commit
97fa39d5ea
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user