Merge pull request #1360 from rmehta/remove-list-in-title

[minor] remove List from list titles
This commit is contained in:
Nabin Hait 2015-10-26 14:15:20 +05:30
commit d308a34fc1

View file

@ -99,7 +99,7 @@ frappe.views.DocListView = frappe.ui.Listing.extend({
this.page.main.addClass("listview-main-section");
var module = locals.DocType[this.doctype].module;
this.page.set_title(__("{0} List", [__(this.doctype)]));
this.page.set_title(__(this.doctype));
frappe.breadcrumbs.add(module, this.doctype);
},