Merge pull request #11985 from bhavesh95863/patch-1
feat: translate kanboard board title
This commit is contained in:
commit
f0cf85e6ba
1 changed files with 1 additions and 1 deletions
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue