diff --git a/src/views/ResultViewer.js b/src/views/ResultViewer.js
index 7a95d8d..45a6fb9 100644
--- a/src/views/ResultViewer.js
+++ b/src/views/ResultViewer.js
@@ -127,10 +127,10 @@ function ResultViewer(){
{job?.url && }
- {jobState === 'completed' &&
+ {jobState === 'Completed' &&
}
- {jobState === 'active' &&
We are working on your request.
{window.location.reload()}}>Refresh this page to check again.
}
- {jobState === 'queued' &&
We are experiencing heavy traffic but your job is in the queue.
{window.location.reload()}}>Refresh this page to check again.
}
- {jobState === 'error' &&