From 9ec30d7e2424e373e10d4a665d991d1521d3eda5 Mon Sep 17 00:00:00 2001 From: Arash Date: Mon, 23 May 2022 14:04:51 -0400 Subject: [PATCH] change button name --- .../src/SqlLab/components/ExploreResultsButton/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')} ); };