Skip to content

Commit

Permalink
Change text in success message
Browse files Browse the repository at this point in the history
  • Loading branch information
jtklein committed Sep 5, 2020
1 parent 2f017ca commit 4e8a1f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ const App = () => {
onClose={run.clearFinished}
variant={run.exitCode === 0 ? 'success' : 'info'}
message={
run.exitCode === 0 ? 'RAxML finished!' : `RAxML cancelled!`
run.exitCode === 0 ? 'Calculation finished!' : `Calculation cancelled!`
}
/>
</Snackbar>
Expand Down

0 comments on commit 4e8a1f2

Please sign in to comment.