1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

fix no old password prompt

This commit is contained in:
Andrew Dolgov
2006-05-20 15:30:57 +01:00
parent 3c5783b726
commit 881033015a

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 == "") {