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

[superset] 06/08: chore: change Datasource to Dataset in Explore ui (#12402)

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

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

commit a83653735f453ad02f0b8f4a79e9fe4d12e878ff
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}