diff --git a/resources/js/components/Graphics/LatestResults.js b/resources/js/components/Graphics/LatestResults.js
index da5a99c0..7f67e0f1 100644
--- a/resources/js/components/Graphics/LatestResults.js
+++ b/resources/js/components/Graphics/LatestResults.js
@@ -49,7 +49,7 @@ export default class LatestResults extends Component {
Axios.get(url)
.then((resp) => {
- toast.info('A scan has been queued. This page will refresh when the scan has finished.');
+ toast.info('A test has been queued. This page will refresh when the test has finished.');
})
.catch((err) => {
if(err.response) {
@@ -83,7 +83,7 @@ export default class LatestResults extends Component {