diff --git a/app/ui.js b/app/ui.js index 6a0d9dc8..6e44492a 100644 --- a/app/ui.js +++ b/app/ui.js @@ -1024,7 +1024,7 @@ var UI; if (typeof msg === 'undefined') { msg = "Password is required"; } - Util.Warning(msg); + Util.Warn(msg); UI.showStatus(msg, "warning"); },