nicob3y commented on code in PR #36881:
URL: https://github.com/apache/superset/pull/36881#discussion_r2722980119


##########
superset-frontend/plugins/plugin-chart-table/src/DataTable/DataTable.tsx:
##########
@@ -561,7 +561,7 @@ export default typedMemo(function DataTable<D extends 
object>({
             <Flex wrap align="center" gap="middle">
               {serverPagination && (
                 <Space size="small" className="search-select-container">
-                  <span className="search-by-label">Search by:</span>
+                  <span className="search-by-label">{t('Search by')}:</span>

Review Comment:
   suggestion applied manually



-- 
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