fix no old password prompt

This commit is contained in:
Andrew Dolgov 2006-05-20 15:30:57 +01:00
parent 3c5783b726
commit 881033015a
1 changed files with 1 additions and 1 deletions

View File

@ -1319,7 +1319,7 @@ function browserToggleExpand(id) {
function validateNewPassword(form) {
if (form.OLD_PASSWORD.value == "") {
alert("Current password cannot be blank");
alert("Old password cannot be blank");
return false;
}
if (form.NEW_PASSWORD.value == "") {