]> git.wh0rd.org - tt-rss.git/commitdiff
fix no old password prompt
authorAndrew Dolgov <fox@bah.spb.su>
Sat, 20 May 2006 14:30:57 +0000 (15:30 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Sat, 20 May 2006 14:30:57 +0000 (15:30 +0100)
prefs.js

index 00ba1a62bed8095bbf4f497b59f1c5d629b7c4b6..921eb0c4477237cf916679f96143de5edc0a5c01 100644 (file)
--- a/prefs.js
+++ b/prefs.js
@@ -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 == "") {