Merge pull request #9331 from lijiming/develop
fix: add translation for Leaderboard Title
This commit is contained in:
commit
4a8208c729
2 changed files with 3 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;
|
||||
|
|
|
|||
|
|
@ -4046,3 +4046,5 @@ apps/frappe/frappe/public/js/frappe/web_form/web_form.js,Saved Successfully,保
|
|||
apps/frappe/frappe/core/doctype/user/user.py,Please ask your administrator to verify your sign-up,请向管理员询问,以确认您的注册
|
||||
DocType: Domain Settings,Active Domains,活动域
|
||||
apps/frappe/frappe/public/js/integrations/razorpay.js,Show Log,显示日志
|
||||
apps/frappe/frappe/desk/page/leaderboard/leaderboard.js,Leaderboard,排行榜
|
||||
apps/frappe/frappe/config/desktop.py,Leaderboard,排行榜
|
||||
|
|
|
|||
|
Loading…
Add table
Reference in a new issue