Merge pull request #11985 from bhavesh95863/patch-1

feat: translate kanboard board title
This commit is contained in:
Prssanna Desai 2020-11-25 10:13:52 +05:30 committed by GitHub
commit f0cf85e6ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,7 @@ frappe.views.KanbanView = class KanbanView extends frappe.views.ListView {
return super.setup_defaults()
.then(() => {
this.board_name = frappe.get_route()[3];
this.page_title = this.board_name;
this.page_title = __(this.board_name);
this.card_meta = this.get_card_meta();
this.menu_items.push({