From 4770b0c311359d8b16b1a26d4c1734c975ef274e Mon Sep 17 00:00:00 2001 From: Samuel Mannehed Date: Mon, 24 Oct 2016 13:59:35 +0200 Subject: [PATCH] Typo fix for last commit Commit 7d20158b4b8bdc8c6e870bda139e2cf47f83747c contained a typo --- app/ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); },