Typo fix for last commit

Commit 7d20158b4b contained a typo
This commit is contained in:
Samuel Mannehed 2016-10-24 13:59:35 +02:00
parent 7d20158b4b
commit 4770b0c311
1 changed files with 1 additions and 1 deletions

View File

@ -1024,7 +1024,7 @@ var UI;
if (typeof msg === 'undefined') {
msg = "Password is required";
}
Util.Warning(msg);
Util.Warn(msg);
UI.showStatus(msg, "warning");
},