diff --git a/superset-frontend/src/SqlLab/components/ExploreResultsButton/index.tsx b/superset-frontend/src/SqlLab/components/ExploreResultsButton/index.tsx index 7c19a4d3b4afe..24d5e8686f71b 100644 --- a/superset-frontend/src/SqlLab/components/ExploreResultsButton/index.tsx +++ b/superset-frontend/src/SqlLab/components/ExploreResultsButton/index.tsx @@ -45,7 +45,7 @@ const ExploreResultsButton = ({ placement="top" label="explore" />{' '} - {t('Explore')} + {t('Create Chart')} ); };