From 0df78326394616e2b7902bd2271337574e16d8b7 Mon Sep 17 00:00:00 2001 From: Sam Firke Date: Fri, 22 Mar 2024 15:33:05 -0400 Subject: [PATCH] chore: replace "dashboard" -> "report" in chart email report modal (#25540) --- superset-frontend/src/features/reports/ReportModal/index.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/superset-frontend/src/features/reports/ReportModal/index.tsx b/superset-frontend/src/features/reports/ReportModal/index.tsx index e75d55302..c9993c8ff 100644 --- a/superset-frontend/src/features/reports/ReportModal/index.tsx +++ b/superset-frontend/src/features/reports/ReportModal/index.tsx @@ -331,9 +331,7 @@ function ReportModal({

SectionHeaderStyle(theme)}> {t('Schedule')}

-

- {t('A screenshot of the dashboard will be sent to your email at')} -

+

{t('The report will be sent to your email at')}