{{ "AUDIT_REVIEW" | translate }} cancel
@if(auditReviewForm.get('comment')?.touched && auditReviewForm.get('comment')?.errors && auditReviewForm.get('comment')?.hasError('required')) {
{{ "COMMENT_IS_REQUIRED" | translate }}
}