refactor(ListView): change text for better understanding
This commit is contained in:
parent
70a9e8eed8
commit
384ccf5fc7
1 changed files with 1 additions and 1 deletions
|
|
@ -1985,7 +1985,7 @@ frappe.views.ListView = class ListView extends frappe.views.BaseList {
|
|||
}
|
||||
|
||||
items.push({
|
||||
label: __("Edit Filters", null, "Edit filters of List View"),
|
||||
label: __("Customize Quick Filters", null, "Customize qucik filters of List View"),
|
||||
action: () => {
|
||||
this.make_group_by_fields_modal();
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue