villebro commented on a change in pull request #17798:
URL: https://github.com/apache/superset/pull/17798#discussion_r771329743



##########
File path: 
superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx
##########
@@ -95,10 +95,14 @@ const config: ControlPanelConfig = {
             name: 'row_limit',
             config: {
               ...sharedControls.row_limit,
+              label: t('Cell limit'),
+              description: t('Limits the number of cells that get displayed.'),

Review comment:
       Maybe this is more accurate?
   ```suggestion
                 description: t('Limits the number of cells that get 
retieved.'),
   ```




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