You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2019/07/03 11:55:07 UTC

[GitHub] [incubator-superset] dserkowski commented on a change in pull request #7796: Added possibility to translate the phrase 'No results found' in FilterBox

dserkowski commented on a change in pull request #7796: Added possibility to translate the phrase 'No results found' in FilterBox
URL: https://github.com/apache/incubator-superset/pull/7796#discussion_r299916011
 
 

 ##########
 File path: superset/assets/src/visualizations/FilterBox/FilterBox.jsx
 ##########
 @@ -250,6 +250,7 @@ class FilterBox extends React.Component {
         selectComponent={Creatable}
         selectWrap={VirtualizedSelect}
         optionRenderer={VirtualizedRendererWrap(opt => opt.label)}
+        noResultsText={t('No results found')}
 
 Review comment:
   Ok, fixed

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org