chore: replace "dashboard" -> "report" in chart email report modal (#25540)
This commit is contained in:
parent
f94f08eddd
commit
0df7832639
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue