mirror of
				https://github.com/privacyguides/privacyguides.org.git
				synced 2025-11-04 05:17:57 +00:00 
			
		
		
		
	corrected typo
This commit is contained in:
		@@ -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);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user