fix(ui): fix typo

This commit is contained in:
sylenien 2022-06-28 16:44:34 +02:00
parent 08f9e3965e
commit f3052d1ad0

View file

@ -37,7 +37,7 @@ export default function withReport<P extends Props>(
});
toast.promise(promise, {
pending: 'Generating report...',
success: 'Report generated successfully',
success: 'Report successfully generated',
})
}
@ -159,4 +159,4 @@ export default function withReport<P extends Props>(
return connect(state => ({
site: state.getIn(['site', 'instance']),
}))(ComponentWithReport);
}
}