Explorar o código

Add files via upload

Daniele Bonini | 5mode.com | WebDev | Translator %!s(int64=3) %!d(string=hai) anos
pai
achega
619f018d91
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      HCjs/HC.js

+ 1 - 1
HCjs/HC.js

@@ -63,7 +63,7 @@ function showEncodedPassword() {
 	 return;  
    }	   	
    passw = encryptSha2( $("#Password").val() + $("#Salt").val());
-   msg = "Please set your password in the config file with this value:";
+   msg = "Please set your hash in the config file with this value:";
    alert(msg + "\n\n" + passw);	
 }