From a83653735f453ad02f0b8f4a79e9fe4d12e878ff Mon Sep 17 00:00:00 2001 From: Junlin Chen Date: Sun, 10 Jan 2021 12:53:51 -0800 Subject: [PATCH] chore: change Datasource to Dataset in Explore ui (#12402) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(explore):change dataset to datasource in ui * modal * Add space * Changing it back🤦🏾‍♀️ * Chargeback --- .../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 2cfe9f8d70031..d3df42ad4f158 100644 --- a/superset-frontend/src/explore/components/ExploreViewContainer.jsx +++ b/superset-frontend/src/explore/components/ExploreViewContainer.jsx @@ -410,7 +410,7 @@ function ExploreViewContainer(props) { } >
- {t('Datasource')} + {t('Dataset')}