diff --git a/src/app/pages/observations/observation-detail.component.html b/src/app/pages/observations/observation-detail.component.html index 2cb2298f..709ab304 100644 --- a/src/app/pages/observations/observation-detail.component.html +++ b/src/app/pages/observations/observation-detail.component.html @@ -39,7 +39,7 @@
{{'observation.statusNote.ReadyForQC' | translate}}
-This observation is ready for quality control. Please click on "Start QC" button whenever you want to start QC process.
+{{'observation.statusNote.ReadyForQC.reviewer' | translate}}
{{'observation.statusNote.QCInProgress' | translate}}
Please review this observation and either accept it or reject it with making a comment for a monitor.
+{{'observation.statusNote.QCInProgress.reviewer' | translate}}
The observation has been reviewed and received some comments. Please make requested changes and submit it for review again.
+{{'observation.statusNote.Rejected' | translate}}
{{ 'Comments' | translate }}
{{latestQCComment || '−'}}