refactor(ListView): change text for better understanding

This commit is contained in:
Ejaaz Khan 2026-02-09 12:05:06 +05:30
parent 70a9e8eed8
commit 384ccf5fc7

View file

@ -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();
},