Add translation for Leaderboard Title

This commit is contained in:
lijiming 2020-01-21 09:52:36 +08:00 committed by GitHub
parent 7683fa7e07
commit c73d81cf43
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;