diff --git a/core/page/todo/todo.js b/core/page/todo/todo.js index 7bda224f71..638f8d2618 100644 --- a/core/page/todo/todo.js +++ b/core/page/todo/todo.js @@ -47,7 +47,7 @@ erpnext.todo.refresh = function() { erpnext.todo.ToDoItem = Class.extend({ init: function(todo) { label_map = { - 'High': 'label-important', + 'High': 'label-danger', 'Medium': 'label-info', 'Low':'' }