소스 검색

Add files via upload

Daniele Bonini | 5mode.com | WebDev | Translator 3 년 전
부모
커밋
619f018d91
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);	
 }