Skip to content

Commit

Permalink
KPMP-1884: Change error message
Browse files Browse the repository at this point in the history
  • Loading branch information
zwright committed Jul 2, 2020
1 parent f6d6527 commit fc8c9e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions/Packages/packageActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const movePackageFiles = (packageId) => {
alert(res.data);
})
.catch(err => {
alert(err);
alert("There was a problem moving the files.");
});
}
}
Expand Down

0 comments on commit fc8c9e5

Please sign in to comment.