Merge pull request #1360 from rmehta/remove-list-in-title
[minor] remove List from list titles
This commit is contained in:
commit
d308a34fc1
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue