From f3052d1ad0f1bf191e0f7354e1807a7b7913f624 Mon Sep 17 00:00:00 2001 From: sylenien Date: Tue, 28 Jun 2022 16:44:34 +0200 Subject: [PATCH] fix(ui): fix typo --- frontend/app/components/hocs/withReport.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}