From f5e3947bfd0a2c699eb0c78003a178910bbea5cc Mon Sep 17 00:00:00 2001 From: Henry Whitaker Date: Mon, 18 May 2020 18:55:10 +0100 Subject: [PATCH] Changed scan -> test Re #56 --- resources/js/components/Graphics/LatestResults.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 {
- +
@@ -95,8 +95,8 @@ export default class LatestResults extends Component {
- -

Last scan performed at: {new Date(data.data.created_at).toLocaleString()}

+ +

Last test performed at: {new Date(data.data.created_at).toLocaleString()}