Add translation for Leaderboard Title
This commit is contained in:
parent
7683fa7e07
commit
c73d81cf43
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ class Leaderboard {
|
|||
constructor(parent) {
|
||||
frappe.ui.make_app_page({
|
||||
parent: parent,
|
||||
title: "Leaderboard",
|
||||
title: __("Leaderboard"),
|
||||
single_column: false
|
||||
});
|
||||
this.parent = parent;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue