diff --git a/frontend/app/components/hocs/withReport.tsx b/frontend/app/components/hocs/withReport.tsx index 8a68aae65..d44dbd40c 100644 --- a/frontend/app/components/hocs/withReport.tsx +++ b/frontend/app/components/hocs/withReport.tsx @@ -37,7 +37,7 @@ export default function withReport
( }); toast.promise(promise, { pending: 'Generating report...', - success: 'Report generated successfully', + success: 'Report successfully generated', }) } @@ -159,4 +159,4 @@ export default function withReport
( return connect(state => ({ site: state.getIn(['site', 'instance']), }))(ComponentWithReport); -} \ No newline at end of file +}