소스 검색

Merge pull request #2261 from strixaluco/develop

[typo] uncatagorised → uncategorised
version-14
Nabin Hait 8 년 전
committed by GitHub
부모
커밋
3839edd0d1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      frappe/public/js/frappe/list/list_sidebar.js

+ 1
- 1
frappe/public/js/frappe/list/list_sidebar.js 파일 보기

@@ -189,7 +189,7 @@ frappe.views.ListSidebar = Class.extend({
field: field,
stat: stats,
sum: sum,
label: field==='_user_tags' ? tags ? __(label)+ show_tags:(__("UnCatagorised Tags") + show_tags): __(label),
label: field==='_user_tags' ? tags ? __(label)+ show_tags:(__("UnCategorised Tags") + show_tags): __(label),
};
var sidebar_stat = $(frappe.render_template("list_sidebar_stat", context))
.on("click", ".stat-link", function() {


불러오는 중...
취소
저장