fix(ui): fix typo
This commit is contained in:
parent
08f9e3965e
commit
f3052d1ad0
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue