From 384ccf5fc7d6ff62af5193bc3e4671c19bd14216 Mon Sep 17 00:00:00 2001 From: Ejaaz Khan Date: Mon, 9 Feb 2026 12:05:06 +0530 Subject: [PATCH] refactor(ListView): change text for better understanding --- frappe/public/js/frappe/list/list_view.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/public/js/frappe/list/list_view.js b/frappe/public/js/frappe/list/list_view.js index 178bce6af3..9c79a29e15 100644 --- a/frappe/public/js/frappe/list/list_view.js +++ b/frappe/public/js/frappe/list/list_view.js @@ -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(); },