Skip to content

Commit 37fe6fa

Browse files
committed
#1739 - correct toast msg
1 parent 3a5b06a commit 37fe6fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/frontend/src/pages/WorkPackageDetailPage/DeleteWorkPackageModalContainer/DeleteWorkPackage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const DeleteWorkPackage: React.FC<DeleteWorkPackageRequestProps> = ({
3636
await mutateAsync(wbsNumber);
3737
handleClose();
3838
history.goBack();
39-
toast.success(`Project #${wbsPipe(wbsNumber)} Deleted Successfully!`);
39+
toast.success(`Work Package #${wbsPipe(wbsNumber)} Deleted Successfully!`);
4040
} catch (e) {
4141
if (e instanceof Error) {
4242
toast.error(e.message);

0 commit comments

Comments
 (0)