rusackas commented on code in PR #28349:
URL: https://github.com/apache/superset/pull/28349#discussion_r1591620928


##########
superset-frontend/src/pages/SavedQueryList/index.tsx:
##########
@@ -443,7 +447,7 @@ function SavedQueryList({
   const filters: Filters = useMemo(
     () => [
       {
-        Header: t('Name'),
+        Header: t('search'),

Review Comment:
   If you have the wherewithal, it might be nice to add an info tooltip next to 
the header to state exactly that, so people know exactly what it's searching. 
Then (on another PR) it'd be good to carry this through to other list views, if 
any of them indeed search more than name. 
   
   CC @yousoph @kasiazjc in case this merits tracking.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to