Skip to content

Commit

Permalink
chore: replace "dashboard" -> "report" in chart email report modal (a…
Browse files Browse the repository at this point in the history
  • Loading branch information
sfirke authored and EnxDev committed Apr 12, 2024
1 parent 984a212 commit ce30ffd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions superset-frontend/src/features/reports/ReportModal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -331,9 +331,7 @@ function ReportModal({
<h4 css={(theme: SupersetTheme) => SectionHeaderStyle(theme)}>
{t('Schedule')}
</h4>
<p>
{t('A screenshot of the dashboard will be sent to your email at')}
</p>
<p>{t('The report will be sent to your email at')}</p>
</StyledScheduleTitle>

<StyledCronPicker
Expand Down

0 comments on commit ce30ffd

Please sign in to comment.