From 93fbfe9d28af54384d75ea074548e03a2ae25606 Mon Sep 17 00:00:00 2001 From: Alex Lauderbaugh Date: Tue, 28 Jun 2022 14:49:13 -0600 Subject: [PATCH] Updated copy in chart drop down to "View as table" (#20486) --- .../src/dashboard/components/SliceHeaderControls/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx b/superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx index 0fe14e15ed..e7415f517c 100644 --- a/superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx +++ b/superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx @@ -334,7 +334,7 @@ class SliceHeaderControls extends React.PureComponent< - {t('Drill to detail')} + {t('View as table')} } modalTitle={t('Chart Data: %s', slice.slice_name)}