소스 검색

[minor] fixes in Search term label (#3424)

version-14
Makarand Bauskar 8 년 전
committed by Nabin Hait
부모
커밋
c495e2f4c8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      frappe/public/js/frappe/form/multi_select_dialog.js

+ 1
- 1
frappe/public/js/frappe/form/multi_select_dialog.js 파일 보기

@@ -23,7 +23,7 @@ frappe.ui.form.MultiSelectDialog = Class.extend({
let fields = [
{
fieldtype: "Data",
label: __("Search term"),
label: __("Search Term"),
fieldname: "search_term"
},
{


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