Browse Source

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

version-14
Makarand Bauskar 8 years ago
committed by Nabin Hait
parent
commit
c495e2f4c8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      frappe/public/js/frappe/form/multi_select_dialog.js

+ 1
- 1
frappe/public/js/frappe/form/multi_select_dialog.js View File

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


Loading…
Cancel
Save