This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
[minor] fixes in Search term label (
#3424
)
version-14
Makarand Bauskar
8 years ago
committed by
Nabin Hait
parent
59acca249a
commit
c495e2f4c8
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
t
erm"),
label: __("Search
T
erm"),
fieldname: "search_term"
},
{
Write
Preview
Loading…
Cancel
Save