You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by gr...@apache.org on 2021/01/10 20:54:51 UTC

[superset] branch master updated: chore: change Datasource to Dataset in Explore ui (#12402)

This is an automated email from the ASF dual-hosted git repository.

graceguo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 6bee3a0  chore: change Datasource to Dataset in Explore ui (#12402)
6bee3a0 is described below

commit 6bee3a058126e68cd541d9f9735a50d8b63271ca
Author: Junlin Chen <ju...@preset.io>
AuthorDate: Sun Jan 10 12:53:51 2021 -0800

    chore: change Datasource to Dataset in Explore ui (#12402)
    
    * chore(explore):change dataset to datasource in ui
    
    * modal
    
    * Add space
    
    * Changing it back🤦🏾‍♀️
    
    * Chargeback
---
 superset-frontend/src/explore/components/ExploreViewContainer.jsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/superset-frontend/src/explore/components/ExploreViewContainer.jsx b/superset-frontend/src/explore/components/ExploreViewContainer.jsx
index 2cfe9f8..d3df42a 100644
--- a/superset-frontend/src/explore/components/ExploreViewContainer.jsx
+++ b/superset-frontend/src/explore/components/ExploreViewContainer.jsx
@@ -410,7 +410,7 @@ function ExploreViewContainer(props) {
         }
       >
         <div className="title-container">
-          <span className="horizont al-text">{t('Datasource')}</span>
+          <span className="horizont al-text">{t('Dataset')}</span>
           <span
             role="button"
             tabIndex={0}