From adf6d2f80431a8ee99c99f0480949edf2b08bba1 Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Thu, 11 Jun 2015 16:08:42 +0530 Subject: [PATCH] [fix] 'Assigned To' field renamed to 'Allocated To' in ToDo, to remove conflict with global assigned-to --- frappe/desk/doctype/todo/todo.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frappe/desk/doctype/todo/todo.json b/frappe/desk/doctype/todo/todo.json index bc15fd397e..ce1e17cf72 100644 --- a/frappe/desk/doctype/todo/todo.json +++ b/frappe/desk/doctype/todo/todo.json @@ -86,7 +86,7 @@ "fieldtype": "Link", "ignore_user_permissions": 1, "in_list_view": 0, - "label": "Assigned To", + "label": "Allocated To", "options": "User", "permlevel": 0, "reqd": 1 @@ -178,7 +178,7 @@ "in_dialog": 0, "issingle": 0, "max_attachments": 0, - "modified": "2015-05-04 07:44:46.567785", + "modified": "2015-06-11 16:06:34.561469", "modified_by": "Administrator", "module": "Desk", "name": "ToDo",